testing
This commit is contained in:
parent
484e284129
commit
fea34aa2b1
2 changed files with 2 additions and 3 deletions
3
.github/workflows/buildfin.yml
vendored
3
.github/workflows/buildfin.yml
vendored
|
@ -7,8 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-alaskarfin:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Dockerhub
|
||||
runs-on: host
|
||||
|
||||
steps:
|
||||
# Step 1: Check out the repository
|
||||
|
|
2
.github/workflows/buildseer.yml
vendored
2
.github/workflows/buildseer.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
# Step 1: Check out the repository
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Step 2: Set up Docker Buildx
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue