forked from kamba4/sunders
Compare commits
4 commits
76e8c75558
...
9e49878627
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e49878627 | |||
|
954b534b10 |
|||
|
17c6946361 |
|||
|
8775e3fc17 |
1 changed files with 2 additions and 3 deletions
|
|
@ -2,12 +2,11 @@ name: Build (and tag) Images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue