Skip to content

Commit

Permalink
changing ci base image to ghcr.io/packagrio/packagr-dev:master from G…
Browse files Browse the repository at this point in the history
…H container regsitry.
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent 19de90b commit ea41512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/releasr
strategy:
Expand Down Expand Up @@ -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/releasr
steps:
Expand Down

0 comments on commit ea41512

Please sign in to comment.