This commit is contained in:
parent
8450d2e018
commit
f3ba5c94bd
2 changed files with 5 additions and 3 deletions
6
.github/workflows/buildseer.yml
vendored
6
.github/workflows/buildseer.yml
vendored
|
@ -7,13 +7,15 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-alaskarseer:
|
build-alaskarseer:
|
||||||
runs-on: ubuntu
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
environment: Dockerhub
|
environment: Dockerhub
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Step 2: Set up Docker Buildx
|
# Step 2: Set up Docker Buildx
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.3
|
v2.2.2
|
||||||
|
|
Loading…
Reference in a new issue