We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc6f94 commit 00edd59Copy full SHA for 00edd59
.github/workflows/build_and_publish.yml
@@ -63,6 +63,9 @@ jobs:
63
packages: read
64
65
steps:
66
+ - name: Log in to the Container registry
67
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
68
+
69
- name: Pull new version
70
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
71
@@ -155,6 +158,9 @@ jobs:
155
158
156
159
157
160
161
162
163
164
165
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
166
0 commit comments