This commit is contained in:
parent
0bea1a6c25
commit
c71b4006c7
2 changed files with 7 additions and 1 deletions
6
.github/workflows/buildseer.yml
vendored
6
.github/workflows/buildseer.yml
vendored
|
@ -20,6 +20,8 @@ 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
|
||||||
|
with:
|
||||||
|
driver-opts: 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,6 +29,8 @@ 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
|
||||||
|
@ -37,3 +41,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
nomadics/alaskarseer:latest
|
nomadics/alaskarseer:latest
|
||||||
|
container:
|
||||||
|
image: docker:20.10.24-cli
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.3
|
v2.2.2
|
||||||
|
|
Loading…
Reference in a new issue