Skip to content

Commit 0290009

Browse files
authored
Update website-publish.yml
1 parent 893c3e6 commit 0290009

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/website-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
# https://github.com/docker/login-action
5252
- name: Log into registry ${{ env.REGISTRY }}
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
54+
uses: docker/login-action@v3 # v3.0.0
5555
with:
56-
registry: ${{ env.REGISTRY }}
57-
username: stormancer
56+
username: ${{ vars.DOCKER_USERNAME }}
5857
password: ${{ secrets.DOCKER_TOKEN }}
5958

6059
# Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)