Update .gitea/workflows/docker-publish.yaml
Some checks failed
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Failing after 1m42s
Some checks failed
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Failing after 1m42s
This commit is contained in:
@@ -13,10 +13,6 @@ on:
|
|||||||
- '**/README.md'
|
- '**/README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
|
||||||
## github.repository as <account>/<repo>
|
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
## define job to build and publish docker image
|
## define job to build and publish docker image
|
||||||
build-and-push-docker-image:
|
build-and-push-docker-image:
|
||||||
@@ -56,7 +52,7 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitea.sdgarren.com/${{ env.IMAGE_NAME }}:latest
|
gitea.sdgarren.com/scott/caddy-hetzner:latest
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.build-and-push.outputs.digest }}
|
run: echo ${{ steps.build-and-push.outputs.digest }}
|
||||||
Reference in New Issue
Block a user