mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Update docker-image.yml
This commit is contained in:
committed by
GitHub
parent
fac3e6397f
commit
3067d806d1
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
if [ "${{ github.event_name }}" == 'workflow_dispatch' ]; then
|
||||
IMAGE_TAG="dev_$(date +"%Y%m%d")"
|
||||
export IMAGE_TAG="dev_$(date +"%Y%m%d")"
|
||||
fi
|
||||
echo "IMAGE_TAG=${IMAGE_TAG}"
|
||||
docker build . --file Dockerfile --tag ${{ github.repository }}:$IMAGE_TAG
|
||||
|
||||
Reference in New Issue
Block a user