File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
48
48
-
49
49
name : Checkout
50
50
uses : actions/checkout@v4
51
- -
52
- name : Set up Docker Buildx
53
- uses : docker/setup-buildx-action@v3
54
51
-
55
52
name : Login to DockerHub
56
53
uses : docker/login-action@v3
57
54
with :
58
- username : ${{ secrets .DOCKERHUB_USERNAME }}
55
+ username : ${{ vars .DOCKERHUB_USERNAME }}
59
56
password : ${{ secrets.DOCKERHUB_TOKEN }}
57
+ -
58
+ name : Set up Docker Buildx
59
+ uses : docker/setup-buildx-action@v3
60
60
-
61
61
name : Build and push
62
62
uses : docker/bake-action@v5
@@ -83,15 +83,15 @@ jobs:
83
83
bake:
84
84
runs-on: ubuntu-latest
85
85
steps:
86
- -
87
- name: Set up Docker Buildx
88
- uses: docker/setup-buildx-action@v3
89
86
-
90
87
name: Login to DockerHub
91
88
uses: docker/login-action@v3
92
89
with:
93
- username: ${{ secrets .DOCKERHUB_USERNAME }}
90
+ username: ${{ vars .DOCKERHUB_USERNAME }}
94
91
password: ${{ secrets.DOCKERHUB_TOKEN }}
92
+ -
93
+ name: Set up Docker Buildx
94
+ uses: docker/setup-buildx-action@v3
95
95
-
96
96
name: Build and push
97
97
uses: docker/bake-action@v5
You can’t perform that action at this time.
0 commit comments