mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:45: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:
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@@ -39,7 +37,11 @@ jobs:
|
|||||||
docker-release:
|
docker-release:
|
||||||
name: "Push Release"
|
name: "Push Release"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
attestations: write
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: "☑️ Checkout"
|
- name: "☑️ Checkout"
|
||||||
|
|||||||
Reference in New Issue
Block a user