aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-06-18 22:32:33 +0200
committeralex <alex@pdp7.net>2026-06-18 22:34:30 +0200
commitae29e819661173d8e4d1f8506cd159636751f184 (patch)
treebb3fdccc9ec3b054d57b9959ae23eaa8f3a40fbb /.github
parent1e3dd12537327407705149e3a8739e18fa539d52 (diff)
Remove workstationmaster
Closes #779
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-workstation.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/build-workstation.yml b/.github/workflows/build-workstation.yml
deleted file mode 100644
index 32a764cc..00000000
--- a/.github/workflows/build-workstation.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-on:
- push:
- paths:
- - 'workstation/**'
- branches:
- - master
- workflow_dispatch:
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- with:
- submodules: true
- - run: |
- cd workstation
- ./build_workstation
- podman login -u="alexpdp7+github_workstation_builder" -p="$ROBOT_TOKEN" quay.io
- podman push localhost/workstation:latest quay.io/alexpdp7/workstation:latest
- env:
- ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}