diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 210645a..15a8cc4 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -38,6 +38,7 @@ jobs: tags: | type=semver,pattern={{version}},enable=${{ !inputs.DEV_RELEASE }} type=schedule,prefix=DEV-,pattern={{date 'DDMMYYYY_hhmm tz='Europe/Warsaw'}},enable=${{ inputs.DEV_RELEASE }} + type=raw,value=lastest-DEV,enabled=${{ inputs.DEV_RELEASE }} type=sha,prefix=DEV-,format=short,enable=${{ inputs.DEV_RELEASE }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2