Skip to content

Commit

Permalink
Merge branch 'devel' into dependabot/github_actions/akhilerm/tag-push…
Browse files Browse the repository at this point in the history
…-action-2.1.0
  • Loading branch information
AaronH88 authored Sep 19, 2023
2 parents 43d180a + 2d560de commit 8754b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Install build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to registry
run: |
Expand Down

0 comments on commit 8754b4c

Please sign in to comment.