Compare commits
No commits in common. "767ba7d7975dbed14c42f8f5a8c796dcb39b97b2" and "9e07b342e524dc1afc5416b89af25d8a7a83d2d4" have entirely different histories.
767ba7d797
...
9e07b342e5
@ -1,24 +0,0 @@
|
|||||||
name: Build Docker Image.
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build Docker Image
|
|
||||||
run: |
|
|
||||||
make build
|
|
||||||
|
|
||||||
|
|
||||||
cleanup:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Remove Docker Image
|
|
||||||
run: |
|
|
||||||
make clear
|
|
Loading…
Reference in New Issue
Block a user