Skip to content

Commit

Permalink
use new token (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgadban authored Jul 15, 2024
1 parent 09bf384 commit 6d948e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PUSH_TOKEN }}
password: ${{ secrets.PUSH_TOKEN_NEW }}
- name: Push Docker Container
run: make docker-push
env:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PUSH_TOKEN }}
password: ${{ secrets.PUSH_TOKEN_NEW }}
- name: Push bee container
run: make docker-push-bee
env:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PUSH_TOKEN }}
password: ${{ secrets.PUSH_TOKEN_NEW }}

- name: Build builder container
run: make docker-build
Expand Down

0 comments on commit 6d948e2

Please sign in to comment.