Skip to content

Commit

Permalink
ci(github-action): update docker/setup-qemu-action action ( v3.1.0 → …
Browse files Browse the repository at this point in the history
…v3.2.0 )

| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | docker/setup-qemu-action | v3.1.0 | v3.2.0 |
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent e31f00f commit fef2047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down

0 comments on commit fef2047

Please sign in to comment.