mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-07 04:21:27 +00:00
⬆️ Update docker/login-action action to v3.3.0 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ef7dd3953
commit
83365693b5
2 changed files with 3 additions and 3 deletions
2
.github/workflows/addon-deploy.yaml
vendored
2
.github/workflows/addon-deploy.yaml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
- name: 🏗 Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
4
.github/workflows/base-deploy.yaml
vendored
4
.github/workflows/base-deploy.yaml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
- name: 🏗 Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
@ -166,7 +166,7 @@ jobs:
|
|||
"${images[@]}"
|
||||
|
||||
- name: 🏗 Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue