Skip to content

Commit

Permalink
Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gufran committed Nov 9, 2020
1 parent 3e49678 commit 6a248cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: make test

- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: Shuttl-Tech/tile38-cluster-manager/tile38-cluster-manager
repository: shuttl-tech/tile38-cluster-manager/tile38-cluster-manager
tag_with_ref: true

0 comments on commit 6a248cb

Please sign in to comment.