We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70d833 commit 29a688fCopy full SHA for 29a688f
1 file changed
.github/workflows/build_and_publish.yml
@@ -62,6 +62,9 @@ jobs:
62
packages: read
63
64
steps:
65
+ - name: Log in to the Container registry
66
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
67
+
68
- name: Pull new version
69
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
70
@@ -129,6 +132,9 @@ jobs:
129
132
130
133
131
134
135
136
137
138
139
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
140
0 commit comments