Skip to content

Commit

Permalink
action fixes for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Aug 15, 2020
1 parent 813f67d commit 6d4317e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
tag_semver: true
docker-publish-latest:
if: github.ref == 'refs/heads/master'
needs: [goreleaser]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fetch: ## Fetches the necessary dependencies to build.
which $(BIN)/rice 2>&1 > /dev/null || go get -v github.com/GeertJohan/go.rice/rice
go mod download
go mod tidy
go mod vendor

clean: ## Cleans up generated files/folders from the build.
/bin/rm -rfv "dist/" "${BINARY}" rice-box.go
Expand Down

0 comments on commit 6d4317e

Please sign in to comment.