Skip to content

Commit

Permalink
AWSBG-794
Browse files Browse the repository at this point in the history
Signed-off-by: albertschwarzkopf <35684914+albertschwarzkopf@users.noreply.github.com>
  • Loading branch information
albertschwarzkopf authored Nov 16, 2023
1 parent e92b038 commit 9e2e6d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -26,8 +26,10 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
username: ${{github.actor}}
password: ${{ secrets.GITHUB_TOKEN }}
#username: jenkins-arvato
#password: ${{ secrets.CR_PAT }}
- name: Build and Push Latest
uses: docker/build-push-action@v5
with:
@@ -36,4 +38,4 @@ jobs:
pull: true
tags: ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-from: type=registry,ref=ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-to: type=inline
cache-to: type=inline

0 comments on commit 9e2e6d0

Please sign in to comment.