Skip to content

Commit bc5adbd

Browse files
committed
Upgrade docker/build-push-action to v6
1 parent 3746771 commit bc5adbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838

3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)