We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fe8c5 commit c4acc85Copy full SHA for c4acc85
1 file changed
.github/workflows/pr-docker-hato-bot.yml
@@ -71,8 +71,8 @@ jobs:
71
- run: |
72
for image in postgres hato-bot; do
73
image_name="ghcr.io/dev-hato/hato-bot/${image}"
74
- latest_tag="${image_name}:test"
+ latest_tag="${image_name}:latest"
75
docker tag "${image_name}:${TAG_NAME}" "${latest_tag}"
76
docker push "${latest_tag}"
77
done
78
-# if: ${{ github.event_name == 'release' }}
+ if: ${{ github.event_name == 'release' }}
0 commit comments