Update and rename docker-image.yml to docker-image_manualORnewrelease.yml

Changed from YMD to DMY
This commit is contained in:
João Vitória Silva
2023-11-29 15:01:55 +00:00
committed by GitHub
parent e85893d3ba
commit fa203ced3e

View File

@@ -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