mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:55:41 -04:00
migrate dev server
This commit is contained in:
8
.github/workflows/deploy-docker.yml
vendored
8
.github/workflows/deploy-docker.yml
vendored
@@ -16,8 +16,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
@@ -39,7 +37,11 @@ jobs:
|
||||
docker-release:
|
||||
name: "Push Release"
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
attestations: write
|
||||
id-token: write
|
||||
steps:
|
||||
|
||||
- name: "☑️ Checkout"
|
||||
|
||||
Reference in New Issue
Block a user