образ для сборки

This commit is contained in:
artem 2024-01-08 17:00:34 +03:00
parent 2a85049250
commit 75bc55a4da
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ jobs:
build_and_push: build_and_push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker:23.0 image: catthehacker/ubuntu:act-latest
steps: steps:
# - name: Checkout - name: Checkout
# uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
- name: Login to Docker Hub - name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with: