mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
Switch to GHCR containers (#1576)
Co-authored-by: Leo <lenemter@gmail.com>
This commit is contained in:
parent
d717859719
commit
c789d9118b
4
.github/workflows/gettext.yml
vendored
4
.github/workflows/gettext.yml
vendored
@ -2,13 +2,13 @@ name: Gettext Updates
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: elementary/docker:next-unstable
|
||||
image: ghcr.io/elementary/docker:next-unstable
|
||||
|
||||
steps:
|
||||
- name: Install git
|
||||
|
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -11,10 +11,14 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [stable, unstable, development-target]
|
||||
container:
|
||||
image: elementary/docker:next-unstable
|
||||
|
||||
image: ghcr.io/elementary/docker:${{ matrix.version }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Dependencies
|
||||
@ -32,10 +36,10 @@ jobs:
|
||||
lint:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
container:
|
||||
image: valalang/lint
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Lint
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -2,8 +2,8 @@ name: Release
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: master
|
||||
types: closed
|
||||
branches: [master]
|
||||
types: [closed]
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-22.04
|
||||
|
Loading…
Reference in New Issue
Block a user