Skip to content

Commit

Permalink
update to docker/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed May 8, 2024
1 parent 07c95db commit 02b0e46
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ghostv4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -227,11 +227,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -547,12 +547,12 @@ jobs:
with:
timezone: America/Montreal
- name: Login to DockerHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ghostv5-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -221,11 +221,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -540,12 +540,12 @@ jobs:
with:
timezone: America/Montreal
- name: Login to DockerHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ghostv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -236,11 +236,11 @@ jobs:
- uses: docker/setup-buildx-action@v3
with:
version: v0.6.0
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down Expand Up @@ -522,12 +522,12 @@ jobs:
with:
timezone: America/Montreal
- name: Login to DockerHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ needs.myvars.outputs.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ needs.myvars.outputs.GITHUB_ORG }}
Expand Down

0 comments on commit 02b0e46

Please sign in to comment.