Skip to content

Commit b657a26

Browse files
dependabot[bot]vdemeester
authored andcommitted
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 5265e5f commit b657a26

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
@@ -38,7 +38,7 @@ jobs:
3838
images: ghcr.io/${{ github.repository }}/frontend
3939
flavor: |
4040
latest=true
41-
- uses: docker/build-push-action@v2
41+
- uses: docker/build-push-action@v3
4242
with:
4343
push: true
4444
context: .

0 commit comments

Comments
 (0)