update workflow
This commit is contained in:
parent
6a75764cec
commit
5111ee9647
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build And Publish Docker
|
name: Build And Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -7,8 +7,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-latest:
|
build:
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue