Fix
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
name: Check AyuGram version
|
||||
runs-on: prunner-ubuntu
|
||||
container:
|
||||
image: gcr.io/archlinux:latest
|
||||
image: mirror.gcr.io/library/archlinux:latest
|
||||
|
||||
outputs:
|
||||
update: ${{ steps.release.outputs.update }}
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
timeout-minutes: 280
|
||||
|
||||
container:
|
||||
image: gcr.io/archlinux:latest
|
||||
image: mirror.gcr.io/library/archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install Arch build dependencies
|
||||
@@ -122,11 +122,11 @@ jobs:
|
||||
name: Publish repository
|
||||
needs: [release, build]
|
||||
if: needs.release.outputs.update == 'true'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: prunner-ubuntu
|
||||
timeout-minutes: 60
|
||||
|
||||
container:
|
||||
image: archlinux:latest
|
||||
image: mirror.gcr.io/library/archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install publishing tools
|
||||
|
||||
Reference in New Issue
Block a user