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 57b4a8e commit ee5e126Copy full SHA for ee5e126
.github/workflows/docker-image.yml
@@ -21,9 +21,6 @@ jobs:
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
24
-
25
- - name: Set tag name
26
- run: echo "::set-env name=IMAGE_TAG::${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d)"
27
28
- name: Build the Docker image
29
run: docker build . --file Dockerfile --tag ${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d)
0 commit comments