Skip to content

Commit

Permalink
Update .github/workflows/build_and_push.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Vilen Topchii <[email protected]>
  • Loading branch information
Baliedge and vtopc authored Apr 22, 2024
1 parent 05c057f commit d221e3e
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.PKG_WRITER_PAT }}
password: ${{ secrets.CI_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 d221e3e

Please sign in to comment.