Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Use hellofresh DockerHub organization (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhilyaev authored Feb 3, 2021
1 parent 2c9acfa commit f071b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.30

Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dockers:
binaries:
- kandalf
image_templates:
- "hellofreshtech/kandalf:latest"
- "hellofreshtech/kandalf:{{.Tag}}"
- "hellofresh/kandalf:latest"
- "hellofresh/kandalf:{{.Tag}}"
dockerfile: Dockerfile
extra_files:
- assets/pipes.yml

0 comments on commit f071b1b

Please sign in to comment.