Compare commits
1 commit
6fce3d218e
...
10a7841f22
| Author | SHA1 | Date | |
|---|---|---|---|
| 10a7841f22 |
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ on:
|
|||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -51,6 +53,8 @@ jobs:
|
|||
needs: build-and-push
|
||||
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Reference in a new issue