We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent c303ac0 commit 9367936Copy full SHA for 9367936
.github/workflows/build-docker-images.yml
@@ -29,6 +29,6 @@ jobs:
29
target: final
30
push: true
31
tags: |
32
- $REGISTRY/$OWNER/$IMAGE_NAME:$(date +%s)
+ $REGISTRY/$OWNER/$IMAGE_NAME:latest
33
build-args: |
34
ENVIRONMENT=development
0 commit comments