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:
|
jobs:
|
||||||
build-alaskarfin:
|
build-alaskarfin:
|
||||||
runs-on: ubuntu-latest
|
runs-on: host
|
||||||
environment: Dockerhub
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
|
|
2
.github/workflows/buildseer.yml
vendored
2
.github/workflows/buildseer.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Step 2: Set up Docker Buildx
|
# Step 2: Set up Docker Buildx
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
Loading…
Reference in a new issue