test
This commit is contained in:
parent
cf3806540c
commit
32242a01ef
1 changed files with 2 additions and 13 deletions
|
|
@ -48,23 +48,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login to the registry
|
- name: Login to the registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.zeidler.dev
|
registry: ${{ secrets.REGISTRY_URL }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
build:
|
|
||||||
runs-on: docker-cli
|
|
||||||
services:
|
|
||||||
docker:
|
|
||||||
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
|
|
||||||
options: --privileged
|
|
||||||
environment: deploy
|
|
||||||
container:
|
|
||||||
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -76,4 +65,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
provenance: false
|
provenance: false
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
tags: ${{ env.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}:latest
|
tags: ${{ secrets.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue