Skip to content

Commit

Permalink
Update Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed Nov 29, 2023
1 parent 193f8bd commit 5845376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
CR_PAT: ${{ secrets.CP_PAT }}
run: echo $CR_PAT | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}/cronrestarter:latest
run: docker build . --file Dockerfile --tag ghcr.io/dodgeball-tf/cronrestarter:latest
- name: Docker push
run: docker push ghcr.io/${{ github.repository_owner }}/cronrestarter:latest
run: docker push ghcr.io/dodgeball-tf/cronrestarter:latest

0 comments on commit 5845376

Please sign in to comment.