Switch to Docker Hub and use shared runners
- Change registry from GitLab to Docker Hub (gmcintire/towerops-agent) - Update authentication to use DOCKERHUB_USERNAME and DOCKERHUB_TOKEN - Remove vntx runner tags to use GitLab shared runners
This commit is contained in:
parent
1f9bdd57cf
commit
03dab21a0a
1 changed files with 0 additions and 10 deletions
|
|
@ -17,8 +17,6 @@ variables:
|
||||||
# Test stage - compile and check code
|
# Test stage - compile and check code
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
|
||||||
- vntx
|
|
||||||
image: rust:1.83-alpine
|
image: rust:1.83-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache musl-dev
|
- apk add --no-cache musl-dev
|
||||||
|
|
@ -39,8 +37,6 @@ test:
|
||||||
# Build Docker image for branches (test build)
|
# Build Docker image for branches (test build)
|
||||||
build:test:
|
build:test:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- vntx
|
|
||||||
image: docker:24-dind
|
image: docker:24-dind
|
||||||
services:
|
services:
|
||||||
- docker:24-dind
|
- docker:24-dind
|
||||||
|
|
@ -63,8 +59,6 @@ build:test:
|
||||||
# Build and push for main branch
|
# Build and push for main branch
|
||||||
build:main:
|
build:main:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- vntx
|
|
||||||
image: docker:24-dind
|
image: docker:24-dind
|
||||||
services:
|
services:
|
||||||
- docker:24-dind
|
- docker:24-dind
|
||||||
|
|
@ -88,8 +82,6 @@ build:main:
|
||||||
# Release build for tags (versioned releases)
|
# Release build for tags (versioned releases)
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
tags:
|
|
||||||
- vntx
|
|
||||||
image: docker:24-dind
|
image: docker:24-dind
|
||||||
services:
|
services:
|
||||||
- docker:24-dind
|
- docker:24-dind
|
||||||
|
|
@ -122,8 +114,6 @@ release:
|
||||||
|
|
||||||
build:multiarch:
|
build:multiarch:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- vntx
|
|
||||||
image: docker:24-dind
|
image: docker:24-dind
|
||||||
services:
|
services:
|
||||||
- docker:24-dind
|
- docker:24-dind
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue