Skip to content

Commit

Permalink
fixing ci for bumpr (also generating mac amd release asset)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent c7b935d commit 0105928
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: golang:1.13
container: ghcr.io/packagrio/packagr-dev:master
env:
PROJECT_PATH: /go/src/github.com/packagrio/bumpr
strategy:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: golang:1.13
container: ghcr.io/packagrio/packagr-dev:master
env:
PROJECT_PATH: /go/src/github.com/packagrio/bumpr
steps:
Expand Down

0 comments on commit 0105928

Please sign in to comment.