Skip to content

Commit

Permalink
fix: .github/workflows/docker-publish.ymlに認証を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Dec 15, 2024
1 parent 1e651d1 commit 1bfed45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

steps:
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
# https://github.com/softprops/action-gh-release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: docker-${{ steps.meta.outputs.version }}
name: Weekly Docker Image ${{ steps.meta.outputs.version }}
body: |
Expand Down

0 comments on commit 1bfed45

Please sign in to comment.