We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5f1db commit 77d9918Copy full SHA for 77d9918
1 file changed
.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
@@ -110,6 +113,9 @@ jobs:
110
113
111
114
112
115
116
117
118
119
120
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
121
0 commit comments