We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2befa5 commit 5d45106Copy full SHA for 5d45106
.github/workflows/docker-test.yml
@@ -40,6 +40,6 @@ jobs:
40
uses: docker/build-push-action@v2
41
with:
42
push: true
43
- build_args: VERSION=${{ env.RELEASE_VERSION }}
+ build-args: VERSION=${{ env.RELEASE_VERSION }}
44
no-cache: true
45
tags: ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:${{ env.RELEASE_VERSION }}
0 commit comments