Skip to content

Commit

Permalink
Fixed problem with creating docker images in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Jul 22, 2024
1 parent c83fb52 commit d37a365
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 docker.pkg.github.com/TezosTaqueria/tzgo/tzcompose .
run: docker build -t docker.pkg.github.com/tezostaqueria/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/TezosTaqueria/tzgo/tzcompose
run: docker push docker.pkg.github.com/tezostaqueria/tzgo/tzcompose

0 comments on commit d37a365

Please sign in to comment.