add date as a tag for easier rollback.

This commit is contained in:
Anders Rytter Hansen 2023-09-06 21:05:47 +02:00
commit 7cd2746da6

View file

@ -75,7 +75,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38
tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38, ${{ steps.meta.outputs.tags }}-38.{{date 'YYYYMMDD'}}
# labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max