mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-02-14 20:16:28 +00:00
Delete .github/workflows directory
This commit is contained in:
parent
e95105944c
commit
da8baa0fad
18
.github/workflows/docker-image.yml
vendored
18
.github/workflows/docker-image.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
name: Docker Image CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: oven/bun:latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Build the Docker image
|
|
||||||
run: docker build . --file Dockerfile --tag buab:$(date +%s)
|
|
Loading…
x
Reference in New Issue
Block a user