We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb11d59 commit 04d67dbCopy full SHA for 04d67db
.github/workflows/go.yml
@@ -82,7 +82,6 @@ jobs:
82
platforms: linux/amd64
83
push: true
84
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 }}
+ ghcr.io/percona-lab/go-tpcc/go-tpcc:latest
+ ghcr.io/percona-lab/go-tpcc/go-tpcc:${{ steps.get_version.outputs.VERSION }}
+
0 commit comments