This commit is contained in:
nomadics9 2025-01-04 05:36:19 +03:00
parent 484e284129
commit fea34aa2b1
2 changed files with 2 additions and 3 deletions

View file

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

View file

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