Skip to content

Commit 23e3994

Browse files
committed
feat: temporary use master docker for appimage deploy
1 parent 3ecff2a commit 23e3994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-linux-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/${{ github.repository }}/ubuntu:feature-docker_build_appimage
12+
image: ghcr.io/${{ github.repository }}/ubuntu:master
1313
options: --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined
1414
steps:
1515
- name: Checkout code

0 commit comments

Comments
 (0)