Skip to content

Commit

Permalink
deactivates login
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 1, 2024
1 parent bc0ae6a commit e866e72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-git-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
flavor: |
latest=auto
- name: login to ghcr.io/gdatasoftwareag
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_USERNAME }}
password: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_PASSWORD }}
# - name: login to ghcr.io/gdatasoftwareag
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_USERNAME }}
# password: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit e866e72

Please sign in to comment.