mirror of
https://git.koehn.com/docker/postgres-wal-g.git
synced 2023-10-20 22:33:52 -05:00
fixed tag indexes. I hope
This commit is contained in:
+2
-2
@@ -9,6 +9,6 @@ pipeline:
|
||||
platforms: linux/amd64
|
||||
mtu: 1300
|
||||
build_args:
|
||||
- BASE=${CI_COMMIT_TAG:0:3}
|
||||
- WALG_RELEASE=${CI_COMMIT_TAG:4:10}
|
||||
- BASE=${CI_COMMIT_TAG:0:4}
|
||||
- WALG_RELEASE=${CI_COMMIT_TAG:5:11}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user