Skip to content

Commit b9377ea

Browse files
dependabot[bot]soedirgo
authored andcommitted
chore(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- 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 02d0f11 commit b9377ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
username: ${{ secrets.DOCKER_USERNAME }}
8282
password: ${{ secrets.DOCKER_PASSWORD }}
8383

84-
- uses: docker/build-push-action@v2
84+
- uses: docker/build-push-action@v3
8585
with:
8686
context: .
8787
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)