Skip to content

Commit

Permalink
fix: remove redhat registry login (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba authored Aug 15, 2023
1 parent a33d9b2 commit 2048b10
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-image-with-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
GITHUB_REGISTRY: ghcr.io
REDHAT_REGISTRY: registry.redhat.io
IMAGE_NAME: bcgov/sso-switchover-agent

jobs:
Expand All @@ -28,13 +27,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to the REDHAT Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REDHAT_REGISTRY }}
username: ${{ secrets.REDHAT_USERNAME }}
password: ${{ secrets.REDHAT_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 2048b10

Please sign in to comment.