testing
Some checks failed
Build AlaskarSeer / build-alaskarseer (push) Failing after 10s

This commit is contained in:
nomadics9 2025-01-04 03:43:33 +03:00
parent 0bea1a6c25
commit c71b4006c7
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
v2.2.3 v2.2.2