We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d61b7 commit 1498b25Copy full SHA for 1498b25
.github/workflows/docker-build.yml
@@ -21,7 +21,7 @@ jobs:
21
username: ${{ github.repository_owner }}
22
password: ${{ secrets.GHCR_PAT }}
23
- name: Build Docker Image
24
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
25
with:
26
push: true
27
tags: ghcr.io/${{ github.repository_owner }}/gh-act
0 commit comments