Skip to content

Commit

Permalink
Revert "Update .github/workflows/build_and_push.yml"
Browse files Browse the repository at this point in the history
This reverts commit d221e3e.
  • Loading branch information
Baliedge committed Apr 23, 2024
1 parent d221e3e commit 4f5f79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.CI_PAT }}
password: ${{ secrets.PKG_WRITER_PAT }}
# This creates a cache for the current PR, if none exists then
# the cache from the most recent PR will be used.
- name: Setup Docker layer Cache
Expand Down

0 comments on commit 4f5f79a

Please sign in to comment.