This commit is contained in:
parent
cfdaa38ef6
commit
7b17bf7e98
2 changed files with 2 additions and 8 deletions
8
.github/workflows/buildseer.yml
vendored
8
.github/workflows/buildseer.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-alaskarseer:
|
build-alaskarseer:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: docker
|
||||||
environment: Dockerhub
|
environment: Dockerhub
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -18,8 +18,6 @@ jobs:
|
||||||
# Step 2: Set up Docker Buildx
|
# Step 2: Set up Docker Buildx
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
container:
|
|
||||||
image: docker:20.10.24-cli
|
|
||||||
|
|
||||||
# Step 3: Log in to Docker Hub
|
# Step 3: Log in to Docker Hub
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
|
@ -27,8 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
container:
|
|
||||||
image: docker:20.10.24-cli
|
|
||||||
|
|
||||||
# Step 4: Build and push the alaskarseer image
|
# Step 4: Build and push the alaskarseer image
|
||||||
- name: Build and Push alaskarseer Image
|
- name: Build and Push alaskarseer Image
|
||||||
|
@ -39,5 +35,3 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
nomadics/alaskarseer:latest
|
nomadics/alaskarseer:latest
|
||||||
container:
|
|
||||||
image: docker:20.10.24-cli
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.2
|
v2.2.3
|
||||||
|
|
Loading…
Reference in a new issue