diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d1b9edf..8cba7f5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,20 +6,18 @@ jobs: build_and_push: runs-on: ubuntu-latest container: - image: docker:23.0.6-dind + image: catthehacker/ubuntu:act-latest steps: - - name: login - run: docker build ./ -t platformer - # - name: Checkout - # uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume - # - name: Login to Docker Hub - # uses: https://github.com/docker/login-action@v3 - # with: - # username: ${{ secrets.DOCKER_USERNAME }} - # password: ${{ secrets.DOCKER_PASSWORD }} - # registry: gitea.webart-tech.ru - # - name: Build and push - # uses: https://github.com/docker/build-push-action@v5 - # with: - # push: true - # tags: platformer:${{ gitea.sha }} \ No newline at end of file + - name: Checkout + uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume + - name: Login to Docker Hub + uses: https://github.com/docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + registry: gitea.webart-tech.ru + - name: Build and push + uses: https://github.com/docker/build-push-action@v5 + with: + push: true + tags: platformer:${{ gitea.sha }} \ No newline at end of file