Skip to content

Commit

Permalink
update logic for initial retrievals
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes committed May 27, 2024
1 parent a455ea5 commit 282baec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}/my-image-name:latest
run: docker build . --file Dockerfile --tag ghcr.io/charlesabarnes/discord-sport-notifier:latest

- name: Push the Docker image
run: docker push ghcr.io/${{ github.repository_owner }}/my-image-name:latest
run: docker push ghcr.io/charlesabarnes/discord-sport-notifier:latest

0 comments on commit 282baec

Please sign in to comment.