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:
|
||||
push:
|
||||
|
@ -7,8 +7,8 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
build-latest:
|
||||
container: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue