Skip to content

Commit

Permalink
Switch to GHCR containers (#1576)
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <lenemter@gmail.com>
  • Loading branch information
davidmhewitt and lenemter committed Mar 18, 2023
1 parent d717859 commit c789d91
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gettext.yml
Expand Up @@ -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
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand All @@ -32,10 +36,10 @@ jobs:
lint:

runs-on: ubuntu-latest

container:
image: valalang/lint

steps:
- uses: actions/checkout@v3
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
pull_request:
branches: master
types: closed
branches: [master]
types: [closed]
jobs:
release:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c789d91

Please sign in to comment.