Skip to content

Commit

Permalink
RDKE-61: Use common GH context variables (#4)
Browse files Browse the repository at this point in the history
* RDKE-61: Use common GH context variables

* RDKE-61: Updates for pckage deploy
  • Loading branch information
shibu-kv authored Jun 21, 2024
1 parent 3ab82f7 commit 82864b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.PACAKGE_UPDATE_KEY }}

- name: Build and push multi-platform Docker image
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.PACAKGE_UPDATE_KEY }}

- name: Build and push multi-platform Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 82864b7

Please sign in to comment.