Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v3 (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 066ddf7 commit a99070d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cross build --release --target=aarch64-unknown-linux-gnu
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Docker meta configuration (set image and tag)
uses: docker/metadata-action@v5
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cross build --release --target=aarch64-unknown-linux-gnu
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main-debug-docker-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cross build --release --target=aarch64-unknown-linux-gnu
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Docker meta configuration (set image and tag)
uses: docker/metadata-action@v5
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main-docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cross build --release --target=aarch64-unknown-linux-gnu
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_ecr_arch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: login-ecr-eu-north
uses: aws-actions/amazon-ecr-login@v2
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Docker meta configuration (set image and tag)
uses: docker/metadata-action@v5
id: meta
Expand Down

0 comments on commit a99070d

Please sign in to comment.