Test workflow3
Some checks failed
Aboba / build (push) Failing after 0s

This commit is contained in:
2024-02-17 00:57:21 +03:00
parent 3875b558e7
commit c88957a7ac

View File

@@ -10,6 +10,8 @@ jobs:
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v2 - name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3
- name: Build the Docker image - name: Build the Docker image
uses: actions/checkout@v2
run: docker-compose up -d run: docker-compose up -d