Skip to content

Commit

Permalink
update the ci action to use ghcr.io/packagrio/packagr-dev:master as t…
Browse files Browse the repository at this point in the history
…he base image from GH container registyr.
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent c39de29 commit fb01422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-test:
name: Build Test
runs-on: ubuntu-latest
container: analogj/capsulecd-build
container: ghcr.io/packagrio/packagr-dev:master
env:
PROJECT_PATH: /go/src/github.com/packagrio/publishr
strategy:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
name: Test
needs: build-test
runs-on: ubuntu-latest
container: "packagrio/packagr:latest-${{ matrix.package_type }}"
container: "ghcr.io/packagrio/packagr:latest-${{ matrix.package_type }}"

strategy:
matrix:
Expand All @@ -63,7 +63,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: analogj/capsulecd-build
container: ghcr.io/packagrio/packagr-dev:master
env:
PROJECT_PATH: /go/src/github.com/packagrio/publishr
steps:
Expand Down

0 comments on commit fb01422

Please sign in to comment.