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 269b743 commit cb11d59Copy full SHA for cb11d59
.github/workflows/go.yml
@@ -82,7 +82,7 @@ jobs:
82
platforms: linux/amd64
83
push: true
84
tags: |
85
- ghcr.io/percona-lab/go-tpcc:latest
86
- ghcr.io/percona-lab/go-tpcc:${{ steps.get_version.outputs.VERSION }}
87
- percona-lab/go-tpcc:latest
88
- percona-lab/go-tpcc:${{ steps.get_version.outputs.VERSION }}
+ ghcr.io/impimp/go-tpcc:latest
+ ghcr.io/impimp/go-tpcc:${{ steps.get_version.outputs.VERSION }}
+ impimp/go-tpcc:latest
+ impimp/go-tpcc:${{ steps.get_version.outputs.VERSION }}
0 commit comments