We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7a658 commit b1b1266Copy full SHA for b1b1266
.github/workflows/dockerimage.yml
@@ -17,4 +17,4 @@ jobs:
17
- uses: anothrNick/github-tag-action@1.30.0
18
env:
19
CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }}
20
- # docker build . --file Dockerfile --tag apache-php-web:$(awk -F ":" 'NR==1{print $2}' Dockerfile)
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments