mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-09 19:33:38 -04:00
chore(deps): update docker/login-action action to v4
This commit is contained in:
parent
646874fb52
commit
5ea229df24
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -82,14 +82,14 @@ jobs:
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: env.SHOULD_PUSH == 'true' && env.DOCKERHUB_ENABLED == 'true'
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
if: env.SHOULD_PUSH == 'true'
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
2
.github/workflows/helm-release-chart.yml
vendored
2
.github/workflows/helm-release-chart.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
|
||||
|
||||
- name: Log in to GHCR
|
||||
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user