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 Nov 20, 2023
1 parent b9f2716 commit 14ac721
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 +%s)
docker push ghcr.io/coinmoles/promotion-bot:$(date +%s)
docker build . --tag ghcr.io/coinmoles/promotion-bot:$(date '+%Y-%m-%d')
docker push ghcr.io/coinmoles/promotion-bot:$(date '+%Y-%m-%d')

0 comments on commit 14ac721

Please sign in to comment.