We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893c3e6 commit 0290009Copy full SHA for 0290009
1 file changed
.github/workflows/website-publish.yml
@@ -51,10 +51,9 @@ jobs:
51
# https://github.com/docker/login-action
52
- name: Log into registry ${{ env.REGISTRY }}
53
if: github.event_name != 'pull_request'
54
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@v3 # v3.0.0
55
with:
56
- registry: ${{ env.REGISTRY }}
57
- username: stormancer
+ username: ${{ vars.DOCKER_USERNAME }}
58
password: ${{ secrets.DOCKER_TOKEN }}
59
60
# Extract metadata (tags, labels) for Docker
0 commit comments