Skip to content

Commit 9630433

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cda089 commit 9630433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry: ghcr.io
3030
username: ryodocx
3131
password: ${{ secrets.GITHUB_TOKEN }}
32-
- uses: docker/build-push-action@v3
32+
- uses: docker/build-push-action@v4
3333
with:
3434
context: .
3535
push: true

0 commit comments

Comments
 (0)