Skip to content

Commit

Permalink
Add date-based tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Apr 20, 2024
1 parent 47198b3 commit 3c07b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-matrix-invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
workdir: "${{ github.workspace }}/packages/matrix-invite"
context: .
buildoptions: "-t linagora/matrix-invite -f Dockerfile"
tags: "latest"
tags: "latest,${{ steps.date.outputs.date }}"

2 changes: 1 addition & 1 deletion .github/workflows/publish-tom-federation-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
workdir: "${{ github.workspace }}"
context: .
buildoptions: "-t linagora/tom-federation-server -f packages/federation-server/Dockerfile"
tags: "latest"
tags: "latest,${{ steps.date.outputs.date }}"
2 changes: 1 addition & 1 deletion .github/workflows/publish-tom-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
workdir: "${{ github.workspace }}"
context: .
buildoptions: "-t linagora/tom-server -f Dockerfile"
tags: "latest"
tags: "latest,${{ steps.date.outputs.date }}"

0 comments on commit 3c07b5b

Please sign in to comment.