We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1272895 + d32c750 commit 8b17072Copy full SHA for 8b17072
.github/workflows/publish-image.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "MEMBER_AGENT_IMAGE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
49
echo "REFRESH_TOKEN_IMAGE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
50
- name: Login to ${{ env.REGISTRY }}
51
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
52
with:
53
registry: ${{ env.REGISTRY }}
54
username: ${{ github.actor }}
0 commit comments