Commit a6de121 1 parent 377a1ce commit a6de121 Copy full SHA for a6de121
File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
platforms : linux/arm64,linux/amd64,linux/arm/v7
23
23
24
- - name : Login to Docker Hub
25
- uses : docker/login-action@v3
26
- with :
27
- username : ${{ secrets.DOCKERHUB_USERNAME }}
28
- password : ${{ secrets.DOCKERHUB_TOKEN }}
29
-
30
24
- name : Login to GHCR
31
25
uses : docker/login-action@v3
32
26
with :
41
35
platforms : ${{ steps.buildx.outputs.platforms }}
42
36
push : true
43
37
tags : |
44
- ${{ github.repository }}:latest
45
38
ghcr.io/${{ github.repository }}:latest
Original file line number Diff line number Diff line change 63
63
with :
64
64
platforms : linux/arm64,linux/amd64,linux/arm/v7
65
65
66
- - name : Login to DockerHub
67
- uses : docker/login-action@v3
68
- with :
69
- username : ${{ secrets.DOCKERHUB_USERNAME }}
70
- password : ${{ secrets.DOCKERHUB_TOKEN }}
71
-
72
66
- name : Login to GHCR
73
67
uses : docker/login-action@v3
74
68
with :
83
77
platforms : ${{ steps.buildx.outputs.platforms }}
84
78
push : true
85
79
tags : |
86
- ${{ github.repository }}:${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
87
- ${{ github.repository }}:${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
88
- ${{ github.repository }}:${{needs.release_please.outputs.major}}
89
80
ghcr.io/${{ github.repository }}:${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
90
81
ghcr.io/${{ github.repository }}:${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
91
82
ghcr.io/${{ github.repository }}:${{needs.release_please.outputs.major}}
You can’t perform that action at this time.
0 commit comments