Skip to content

Commit

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

| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | docker/setup-buildx-action | v3.4.0 | v3.5.0 |
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent f8ab8c7 commit f1a1e01
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 @@ -58,7 +58,7 @@
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0

- name: Log into registry ghcr.io
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 @@ -57,7 +57,7 @@
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0

- name: Log into registry ghcr.io
uses: docker/[email protected]
Expand Down

0 comments on commit f1a1e01

Please sign in to comment.