Skip to content

Commit c4acc85

Browse files
committed
latestタグ使用
1 parent 48fe8c5 commit c4acc85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-docker-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- run: |
7272
for image in postgres hato-bot; do
7373
image_name="ghcr.io/dev-hato/hato-bot/${image}"
74-
latest_tag="${image_name}:test"
74+
latest_tag="${image_name}:latest"
7575
docker tag "${image_name}:${TAG_NAME}" "${latest_tag}"
7676
docker push "${latest_tag}"
7777
done
78-
# if: ${{ github.event_name == 'release' }}
78+
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)