Skip to content

Commit 746db5e

Browse files
committed
build: fix tags
1 parent 389f78f commit 746db5e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-go@v2
2525
with:
2626
go-version: 1.24
27-
27+
2828
- name: test
2929
run: make test
3030

@@ -42,5 +42,4 @@ jobs:
4242
context: .
4343
push: true
4444
platforms: linux/amd64,linux/arm64
45-
tags: ${{ vars.DOCKER_REPOSITORY }}:latest
46-
45+
tags: mpolden/echoip:latest

0 commit comments

Comments
 (0)