Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 17, 2023
1 parent 71cf12e commit 6c5df37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
# - name: Login to GitHub Container Registry
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GH_TOKEN }}
# - name: Login to Jfrog Container Registry
# uses: docker/login-action@v2
# with:
Expand All @@ -60,8 +60,8 @@ jobs:
push: true
tags: |
sjultra/pewpew:latest
ghcr.io/${{ github.repository_owner }}/pewpew:latest
# ghcr.io/${{ github.repository_owner }}/pewpew:latest
# install and authenticate jfrog/artifactory CLI
# - uses: jfrog/[email protected]
# - name: Verify artifactory server connection
Expand Down

0 comments on commit 6c5df37

Please sign in to comment.