попробовал сборку

This commit is contained in:
artem 2024-01-08 14:42:52 +03:00
parent 53a238a9d2
commit a43b09fa09
1 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,10 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: docker build ./ -t platformer
- name: Checkout
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
- uses: https://github.com/addnab/docker-run-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
run: docker build ./ -t platformer