Skip to content

Commit

Permalink
Revert "ISO 8601 (#51)"
Browse files Browse the repository at this point in the history
This reverts commit 7fa08e4.
  • Loading branch information
lpsinger authored Nov 27, 2024
1 parent 7fa08e4 commit 9ddedf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=raw,value={{date 'YYYY-MM-DDTHH:mm:ssZ'}}_{{sha}}
type=raw,value={{date 'YYYYMMDD-HHmmss'}}-{{sha}}
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9ddedf9

Please sign in to comment.