We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bf384 commit 6d948e2Copy full SHA for 6d948e2
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
registry: ghcr.io
61
username: ${{ github.actor }}
62
- password: ${{ secrets.PUSH_TOKEN }}
+ password: ${{ secrets.PUSH_TOKEN_NEW }}
63
- name: Push Docker Container
64
run: make docker-push
65
env:
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
- name: Push bee container
94
run: make docker-push-bee
95
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
126
- name: Build builder container
127
run: make docker-build
0 commit comments