mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2026-06-03 15:46:54 +02:00
Merge pull request #66 from tofuutils/dependabot/github_actions/docker/login-action-4
gh-actions: bump docker/login-action from 3 to 4
This commit is contained in:
commit
4adc698948
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-image.yaml
vendored
4
.github/workflows/build-image.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to ghcr.io
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
"github_token=${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
- name: Login to DockerHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: registry.hub.docker.com
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue