Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 798a45e

Browse files
committed
User docker token
Signed-off-by: Kemal Akkoyun <[email protected]>
1 parent 81b997c commit 798a45e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3838
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
39+
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

.github/workflows/snapshot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: snapshot
2+
# A dedicated action to build a snapshot images, rest will be handled by release action.
23

34
on:
45
push:
@@ -38,3 +39,4 @@ jobs:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3940
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4041
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
42+
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)