ci: remove git server and image tag
All checks were successful
Docker CI / release (push) Successful in 47s
All checks were successful
Docker CI / release (push) Successful in 47s
This commit is contained in:
parent
8a0bd93384
commit
654b8b5e64
|
|
@ -29,9 +29,9 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
git.nzambello.dev/nzambello/resize-img-api
|
||||
code.nzambello.dev/nzambello/resize-img-api
|
||||
labels: |
|
||||
org.label-schema.docker.cmd=docker run -d -p 8787:8787 git.nzambello.dev/nzambello/resize-img-api:latest
|
||||
org.label-schema.docker.cmd=docker run -d -p 8787:8787 code.nzambello.dev/nzambello/resize-img-api:latest
|
||||
flavor: latest=false
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Login to Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.nzambello.dev
|
||||
registry: code.nzambello.dev
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
|
|
@ -59,5 +59,5 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ gitea.event_name != 'pull_request' }}
|
||||
tags: |
|
||||
git.nzambello.dev/nzambello/resize-img-api:latest
|
||||
code.nzambello.dev/nzambello/resize-img-api:latest
|
||||
labels: $${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue