Skip to content

Commit

Permalink
CI Update 999
Browse files Browse the repository at this point in the history
  • Loading branch information
sphexator committed Jan 15, 2025
1 parent 02c4f97 commit e98d0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build image
run: docker build . --file Hanekawa/Hanekawa.Bot/Dockerfile --tag image
run: docker build . --file Hanekawa.Bot/Dockerfile --tag image

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit e98d0d2

Please sign in to comment.