mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Update and rename docker-image.yml to docker-image_manualORnewrelease.yml
Changed from YMD to DMY
This commit is contained in:
committed by
GitHub
parent
e85893d3ba
commit
fa203ced3e
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
if [ "${{ github.event_name }}" == 'workflow_dispatch' ]; then
|
||||
IMAGE_TAG="dev_$(date +"%Y%m%d")"
|
||||
IMAGE_TAG="dev_$(date +"%d%m%Y")"
|
||||
else
|
||||
IMAGE_TAG="${{ github.event.release.tag_name }}"
|
||||
fi
|
||||
Reference in New Issue
Block a user