Skip to content

Commit d38a772

Browse files
dependabot[bot]foosel
authored andcommitted
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b831049 commit d38a772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.PAT }}
2424
- name: "🏗 Build"
2525
id: docker_build
26-
uses: docker/build-push-action@v4
26+
uses: docker/build-push-action@v5
2727
with:
2828
context: ./src
2929
push: true

0 commit comments

Comments
 (0)