isl-api/.forgejo/workflows/debugging.yml

33 lines
757 B
YAML
Raw Normal View History

2024-02-04 15:17:28 -05:00
---
2024-02-04 15:26:16 -05:00
name: debugging
2024-02-04 15:17:28 -05:00
on:
2024-02-04 15:26:16 -05:00
push:
2024-02-04 15:17:28 -05:00
env:
DOCKER_HOST: tcp://docker-in-docker:2375
jobs:
build:
name: Build and push docker image
runs-on: docker
container:
image: node:21-alpine
steps:
- name: Install docker
shell: /bin/ash -e {0}
run: apk add --update docker git
- name: Create Some Files
shell: /bin/ash -e {0}
run: |
mkdir -p /dist
touch /dist/test1
touch /dist/test2
- name: Check out the repo
uses: https://github.com/actions/checkout@v4
- name: See If I Can Call My forgejo-release
2024-02-04 15:27:20 -05:00
uses: http://forge.local.merr.is:3000/actions/forgejo-release@alpinev1
2024-02-04 15:17:28 -05:00
with:
2024-02-04 15:21:47 -05:00
direction: upload
2024-02-04 15:17:28 -05:00
release-dir: /dist