Gitlab CI/CD pipeline successful. Removing older helper files which are no longer needed.

This commit is contained in:
2023-03-18 12:00:56 +08:00
parent d0c66ad2c3
commit bcf4e5130d
2 changed files with 0 additions and 13 deletions

View File

@@ -1,8 +0,0 @@
echo Image TAG: $TAG
docker buildx build . \
-f Dockerfile \
--build-arg UBUNTU_VER \
-t registry.ahkhan.me/docker/ubuntu$TAG \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--push