Revert self-hosted docker
This commit is contained in:
parent
51d524cc77
commit
388b7bfabb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish-docker.yml
vendored
6
.github/workflows/publish-docker.yml
vendored
|
|
@ -7,7 +7,8 @@ name: Publish server Docker image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
@ -17,8 +18,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-docker:
|
||||
runs-on: self-hosted
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue