Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Feb 20, 2024
1 parent 95de929 commit 770a3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Build Docker image
run: docker build -t pinnacle-labs/tzcompose .
run: docker build -t docker.pkg.github.com/pinnacle-labs/tzgo/tzcompose .

- name: Login to GitHub Packages
uses: docker/login-action@v1
Expand All @@ -24,4 +24,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image to GitHub Packages
run: docker push docker.pkg.github.com/pinnacle-labs/tzcompose
run: docker push docker.pkg.github.com/pinnacle-labs/tzgo/tzcompose

0 comments on commit 770a3aa

Please sign in to comment.