Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles committed Dec 1, 2023
2 parents f6bed5f + 04dab81 commit 14740d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Build the Docker image
run: |
docker login --username coinmoles --password ${{ secrets.PERSONAL_ACCESS_TOKEN }} ghcr.io
docker build . --tag ghcr.io/coinmoles/promotion-bot:$(date '+%Y-%m-%d')
docker push ghcr.io/coinmoles/promotion-bot:$(date '+%Y-%m-%d')
docker build . --tag ghcr.io/coinmoles/promotion-bot:2023-11-20
docker push ghcr.io/coinmoles/promotion-bot:2023-11-20

0 comments on commit 14740d8

Please sign in to comment.