Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz authored Sep 13, 2023
1 parent f55c832 commit fda596b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/Informatievlaanderen/vsds-demonstrator-ui
tags: |
type=raw,value=$(date +'%Y%m%d%H%M%S')
type=raw,value={{date 'YYYYMMDDHHmmss'}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/Informatievlaanderen/vsds-demonstrator-server
tags: |
type=raw,value=$(date +'%Y%m%d%H%M%S')
type=raw,value={{date 'YYYYMMDDHHmmss'}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit fda596b

Please sign in to comment.