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