Skip to content

Commit

Permalink
ci: bump docker action versions to v2 from v2.x.y
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 24, 2022
1 parent e943245 commit cff8f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
print(f"::set-output name=publishing::{publishing}")
- name: Set up QEMU (for docker buildx)
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # dependabot updates to latest release
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # dependabot updates to latest release
uses: docker/setup-buildx-action@v2

- name: Install chart publishing dependencies (chartpress, helm)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: pip install chartpress

- name: Set up QEMU (for docker buildx)
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # dependabot updates to latest release
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # dependabot updates to latest release
uses: docker/setup-buildx-action@v2

- name: Build a multiple architecture Docker image
run: >-
Expand Down

0 comments on commit cff8f2e

Please sign in to comment.