Skip to content

Commit c162cd9

Browse files
Update docker/build-push-action action to v7
1 parent 001664b commit c162cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "::set-output name=BUILD_ID::${branch}-${sha}-${ts}"
3838
3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@v6
40+
uses: docker/build-push-action@v7
4141
with:
4242
context: .
4343
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)