Skip to content

Commit

Permalink
test: test logging into registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 17, 2024
1 parent 9c80732 commit 7a5c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to My Registry
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
# if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
uses: docker/login-action@v3
with:
registry: mine.jfrog.cyberjake.xyz
Expand Down

0 comments on commit 7a5c38d

Please sign in to comment.