Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Oct 28, 2023
1 parent 65de650 commit 5b90117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.addonbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: πŸ“€ Checkout the repository
uses: actions/checkout@main
- name: πŸ“Ž Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: πŸ”§ Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: 🧰 Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: πŸ“€ Checkout the repository
uses: actions/checkout@main
- name: πŸ“Ž Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: πŸ”§ Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: 🧰 Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

Expand Down

0 comments on commit 5b90117

Please sign in to comment.