Skip to content

Commit

Permalink
correct date format
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Aug 22, 2024
1 parent c8a9ef8 commit 0c6c95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tags: |
type=semver,pattern={{raw}}
type=raw,value=latest
type=raw,value=$DATE
type=raw,value=${{ env.DATE }}
- name: Build and push Docker image
id: build-and-push
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=$DATE
type=raw,value=${{ env.DATE }}
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit 0c6c95a

Please sign in to comment.