Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Feb 21, 2022
1 parent 545739f commit 62f0c1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
golangci:
name: lint
runs-on: ubuntu-latest
container: projecteru2/yavirt:prebuild
container: projecteru2/footstone:yavirt-prebuild
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: goreleaser

on:
push:
# tags:
# - v*
tags:
- v*

env:
GOVERSION: 1.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
unittests:
runs-on: ubuntu-latest
container: projecteru2/yavirt:prebuild
container: projecteru2/footstone:yavirt-prebuild

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM projecteru2/yavirt:prebuild AS BUILD
FROM projecteru2/footstone:yavirt-prebuild AS BUILD

# make binary
RUN git clone https://github.com/projecteru2/yavirt.git /go/src/github.com/projecteru2/yavirt
Expand Down

0 comments on commit 62f0c1b

Please sign in to comment.