aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-bitlbee-telegram.yml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-25 21:17:46 +0200
committeralex <alex@pdp7.net>2023-10-25 21:17:46 +0200
commit6f83413f71970a839f1ca72cae4506e0a3354495 (patch)
tree8514c51a25d26c518edac418750a2b39689d9866 /.github/workflows/build-bitlbee-telegram.yml
parentc188fdaddfdfb74ded3467bbf201bd7d3fe027bb (diff)
Revert "Build bitlbee-telegram image"
This reverts commit c188fdaddfdfb74ded3467bbf201bd7d3fe027bb. purple-telegram does not work
Diffstat (limited to '.github/workflows/build-bitlbee-telegram.yml')
-rw-r--r--.github/workflows/build-bitlbee-telegram.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/build-bitlbee-telegram.yml b/.github/workflows/build-bitlbee-telegram.yml
deleted file mode 100644
index 53edb2bf..00000000
--- a/.github/workflows/build-bitlbee-telegram.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-on:
- push:
- paths:
- - 'personal_infra/containers/bitlbee-telegram/**'
- branches:
- - master
- workflow_dispatch:
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- with:
- submodules: true
- - run: |
- cd personal_infra/containers/bitlbee-telegram
- podman build . -t quay.io/alexpdp7/bitlbee-telegram:latest
- podman login -u="alexpdp7+github_workstation_builder" -p="$ROBOT_TOKEN" quay.io
- podman push quay.io/alexpdp7/bitlbee-telegram:latest
- env:
- ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}