1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: update comment

This commit is contained in:
Carlos Alexandro Becker 2024-06-05 13:50:06 -03:00
parent b78cc36d71
commit 7d3c16992a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -37,12 +37,12 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: dockerhub-login
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v2
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: ghcr-login
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v2
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -106,13 +106,13 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: dockerhub-login
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v2
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: ghcr-login
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v2
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}