Skip to content

Commit

Permalink
Update ghcr-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles authored Dec 1, 2023
1 parent 282892c commit 04dab81
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 04dab81

Please sign in to comment.