From a43b09fa09e00ec5957d1d5fda13e6a6c47938c7 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 8 Jan 2024 14:42:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=BE=D0=B1=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c41e81a..9d0ffa5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,4 +6,10 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: docker build ./ -t platformer \ No newline at end of file + - 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 \ No newline at end of file