Skip to content

Commit

Permalink
AWSBG-794
Browse files Browse the repository at this point in the history
Signed-off-by: albertschwarzkopf <[email protected]>
  • Loading branch information
albertschwarzkopf authored Nov 16, 2023
1 parent 38fbe4b commit e1f96d9
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
Expand Up @@ -31,8 +31,10 @@ jobs:
uses: docker/login-action@v1
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@v2
with:
Expand All @@ -41,4 +43,4 @@ jobs:
pull: true
tags: ghcr.io/arvatoaws-labs/chefdk-jenkins:latest
cache-from: type=registry,ref=ghcr.io/arvatoaws-labs/chefdk-jenkins:latest
cache-to: type=inline
cache-to: type=inline

0 comments on commit e1f96d9

Please sign in to comment.