Skip to content

Commit

Permalink
リリース先を表すタグの修正 (#30)
Browse files Browse the repository at this point in the history
* ci: Fix tag

* ci: Add trigger type
  • Loading branch information
MikuroXina committed Aug 3, 2021
1 parent 29cd71a commit 5d444df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- published
- created
- edited

env:
IMAGE_NAME: github-secretary
Expand All @@ -31,6 +32,6 @@ jobs:
context: .
file: docker/bot.Dockerfile
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
push: true

0 comments on commit 5d444df

Please sign in to comment.