one two buckle my show
Some checks failed
Docker Image CI / build-and-push-image (push) Failing after 8s

This commit is contained in:
2025-10-23 15:16:54 -07:00
parent bbc5245793
commit fd222fc92a

View File

@@ -9,9 +9,7 @@ on:
jobs: jobs:
build-and-push-image: build-and-push-image:
runs-on: ubuntu-latest runs-on: prodesk
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@@ -46,8 +44,9 @@ jobs:
echo "DOCKER_TAGS=${TAGS}" >> $GITEA_ENV echo "DOCKER_TAGS=${TAGS}" >> $GITEA_ENV
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile
push: true push: true
tags: ${{ steps.prepare_tags.outputs.DOCKER_TAGS }} tags: ${{ steps.prepare_tags.outputs.DOCKER_TAGS }}