Skip to content

Commit

Permalink
Switch to GHCR containers (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Mar 16, 2023
1 parent 1bc1d08 commit 843709e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
build:

runs-on: ubuntu-latest


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 Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

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

0 comments on commit 843709e

Please sign in to comment.