Skip to content

Commit ee5e126

Browse files
committed
fix: update docker-image.yml
1 parent 57b4a8e commit ee5e126

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
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)"
2724

2825
- name: Build the Docker image
2926
run: docker build . --file Dockerfile --tag ${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d)

0 commit comments

Comments
 (0)