Skip to content

Commit d451474

Browse files
chore: bump docker/build-push-action from 2.7.0 to 2.9.0 (#12)
1 parent 9e75ee8 commit d451474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
images: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}
6060

6161
- name: Build and push Docker image
62-
uses: docker/build-push-action@v2.7.0
62+
uses: docker/build-push-action@v2.9.0
6363
with:
6464
context: .
6565
push: true

0 commit comments

Comments
 (0)