Skip to content

Commit f04cc05

Browse files
Update docker/build-push-action action to v5 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6519124 commit f04cc05

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
@@ -74,7 +74,7 @@ jobs:
7474
# Build and push Docker image with Buildx (don't push on PR)
7575
# https://github.com/docker/build-push-action
7676
- name: Build and push Docker image
77-
uses: docker/build-push-action@v4
77+
uses: docker/build-push-action@v5
7878
with:
7979
context: .
8080
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)