Fix gitignore
Some checks are pending
Build docker images / build (push) Waiting to run

This commit is contained in:
Ethan O'Brien 2024-08-15 21:57:35 -05:00
parent e536adb949
commit 4b63e4ee0b
2 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,19 @@
name: Build docker images
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
shell: bash
run: |
bash build.sh
- uses: actions/upload-artifact@v3
with:
name: Wine
path: ./*.tar.*

6
.gitignore vendored
View file

@ -1,3 +1,3 @@
*/* /*
!.forgejo/ !/.forgejo/
!build.sh !/build.sh