Skip to content

Commit

Permalink
Revert "fix: login-action が無視されるのでリポジトリもいれる (#14)"
Browse files Browse the repository at this point in the history
This reverts commit 3e4947b.
  • Loading branch information
NAKNAO-nnct committed Apr 19, 2023
1 parent 3e4947b commit 4f78164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKER_REGISTRY }}/discordbot:${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 4f78164

Please sign in to comment.