Skip to content

Commit

Permalink
Fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Sudduth committed Oct 31, 2023
1 parent 92a2c73 commit f1864c7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,14 @@ jobs:
--cachepath=${GITHUB_WORKSPACE}/cache/scanner-cache/
- name: Login to the registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_HOST }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

# - name: Push
# uses: docker/build-push-action@v3
# with:
# context: ${{ env.DOCKERFILE_CONTEXT }}
# push: true
# tags: ${{ env.REGISTRY_HOST }}/${{ secrets.REGISTRY_USER }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 comments on commit f1864c7

Please sign in to comment.