Skip to content

Commit 04d67db

Browse files
committed
workflow
1 parent cb11d59 commit 04d67db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
platforms: linux/amd64
8383
push: true
8484
tags: |
85-
ghcr.io/impimp/go-tpcc:latest
86-
ghcr.io/impimp/go-tpcc:${{ steps.get_version.outputs.VERSION }}
87-
impimp/go-tpcc:latest
88-
impimp/go-tpcc:${{ steps.get_version.outputs.VERSION }}
85+
ghcr.io/percona-lab/go-tpcc/go-tpcc:latest
86+
ghcr.io/percona-lab/go-tpcc/go-tpcc:${{ steps.get_version.outputs.VERSION }}
87+

0 commit comments

Comments
 (0)