Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles committed Nov 20, 2023
2 parents d725c6f + 93da6f3 commit b9f2716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
docker login --username coinmoles --password ${{ secrets.PERSONAL_ACCESS_TOKEN }} ghcr.io
docker build . --tag ghcr.io/coinmoles/promotion-bot:$(date +%s)
docker push . ghcr.io/coinmoles/promotion-bot:$(date +%s)
docker push ghcr.io/coinmoles/promotion-bot:$(date +%s)

0 comments on commit b9f2716

Please sign in to comment.