Skip to content

Commit 6744f5d

Browse files
authored
Bump docker/build-push-action from 5 to 6 (#59)
2 parents 9f9970d + 2600b06 commit 6744f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9999

100100
- name: Build and push Docker image
101-
uses: docker/build-push-action@v5
101+
uses: docker/build-push-action@v6
102102
if: github.event_name != 'pull_request'
103103
with:
104104
context: .

0 commit comments

Comments
 (0)