parent
5dcb822d5f
commit
46f6a0c53b
1 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@ on:
|
|||
jobs:
|
||||
|
||||
build-latest:
|
||||
container:
|
||||
image: docker:dind
|
||||
runs-on: debian-node
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
|
@ -18,7 +20,7 @@ jobs:
|
|||
- name: Login to Self-Hosted Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: fung.uy
|
||||
registry: git.myco.systems
|
||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||
|
||||
|
@ -31,4 +33,4 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
fung.uy/mycosystems/web-ci:latest
|
||||
git.myco.systems/mycosystems/web-ci:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue