Skip to content

Commit

Permalink
fixup CI for bee image release (#63)
Browse files Browse the repository at this point in the history
* fixup CI for bee image release

* review comments

* use latest go 1.17
  • Loading branch information
lgadban authored Jan 19, 2022
1 parent af7f027 commit 59c2794
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Check out code into the Go module directory
- name: Checkout repository
uses: actions/checkout@v2
- run: git fetch --prune --unshallow
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.17.3
go-version: 1.17.6
- name: Setup Cache
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -74,13 +74,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@master
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
go-version: 1.17.6
- name: Setup Cache
uses: actions/cache@v1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand All @@ -105,7 +108,7 @@ jobs:
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.17.3
go-version: 1.17.6
- name: Setup Cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 59c2794

Please sign in to comment.