Alex Wellnitz 896f3c3ad1
Some checks failed
Build Docker Container / Build-Container-Image (push) Failing after 6s
fix: remove env vars
2025-03-17 15:00:59 +01:00

19 lines
505 B
YAML

name: Build Docker Container
run-name: ${{ gitea.actor }} is building container
on: [push]
jobs:
Build-Container-Image:
runs-on: ubuntu-latest
steps:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
target: dind
platforms: |
linux/amd64
# push: true
# tags: |
# ${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}