Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb87daa

Browse filesBrowse files
authored
Merge pull request solidnerd#328 from solidnerd/dependabot/github_actions/docker/setup-qemu-action-2
chore(deps): bump docker/setup-qemu-action from 1 to 2
2 parents 80034fc + 9958698 commit fb87daa
Copy full SHA for fb87daa

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/master.yml

Copy file name to clipboardExpand all lines: .github/workflows/master.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
docker load --input /tmp/image-bookstack.tar
7979
docker image ls -a
8080
- name: Set up QEMU
81-
uses: docker/setup-qemu-action@v1
81+
uses: docker/setup-qemu-action@v2
8282
- name: Set up Docker Buildx
8383
uses: docker/setup-buildx-action@v2
8484
- name: Login to DockerHub

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
docker load --input /tmp/image-bookstack.tar
7777
docker image ls -a
7878
- name: Set up QEMU
79-
uses: docker/setup-qemu-action@v1
79+
uses: docker/setup-qemu-action@v2
8080
- name: Set up Docker Buildx
8181
uses: docker/setup-buildx-action@v2
8282
- name: Login to DockerHub

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.