Try runnig self-hsoted docker build

This commit is contained in:
Andras Schmelczer 2025-01-04 10:21:09 +00:00
parent 319dabfbbc
commit 70c4846c73
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -7,8 +7,7 @@ name: Publish server Docker image
on:
push:
tags:
- "*"
branches: ["master"]
env:
# Use docker.io for Docker Hub if empty
@ -17,8 +16,9 @@ env:
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
build-docker:
runs-on: self-hosted
permissions:
contents: read
packages: write