fix: update Docker workflow to include container image and remove obsolete test workflow
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 18m1s

This commit is contained in:
2025-05-24 09:06:48 -05:00
parent 143d912da8
commit 6f4a6fdedc
2 changed files with 3 additions and 22 deletions

View File

@@ -16,6 +16,9 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
container:
image: gitea/runner-images:ubuntu-latest
permissions:
contents: read
packages: write

View File

@@ -1,22 +0,0 @@
name: Run Actions
run-name: ${{ gitea.actor }} compiles
on:
push:
branches:
- dev
- main
tags:
- '*.*.*'
workflow_dispatch:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Dump Environment Variables
run: |
env | sort