Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinPower747 authored Aug 20, 2024
1 parent 0424ad0 commit 6e7ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
build-args: |
GIT_COMMIT=${{github.sha}}
GIT_BRANCH=${{github.ref}}
BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
BUILD_DATE=${{ format('{0:yyyy-MM-ddTHH:mm:ssZ}', github.event.repository.updated_at) }}

0 comments on commit 6e7ff29

Please sign in to comment.