We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d5ff9 commit b20bac5Copy full SHA for b20bac5
1 file changed
.github/workflows/build_and_publish.yml
@@ -61,6 +61,9 @@ jobs:
61
packages: read
62
63
steps:
64
+ - name: Log in to the Container registry
65
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
66
+
67
- name: Pull new version
68
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
69
@@ -105,6 +108,9 @@ jobs:
105
108
106
109
107
110
111
112
113
114
115
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
116
0 commit comments