From 01d2d40bc46117b8555183ac53256eea7e4bce50 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Wed, 11 Oct 2023 23:51:12 +0200 Subject: [PATCH] ci: testing docker stuff --- .gitea/workflows/deploy.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ee109f2..e280b81 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,18 +10,20 @@ jobs: build-docker: runs-on: ubuntu-latest steps: - - name: Install Docker - run: curl -fsSL https://get.docker.com | sh - - name: Checkout - uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Build - uses: docker/build-push-action@v5 - with: - context: . - load: true - tags: nerdcult_frontend:latest +# - name: Install Docker +# run: curl -fsSL https://get.docker.com | sh +# - name: Checkout +# uses: actions/checkout@v4 +# - name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v3 +# - name: Build +# uses: docker/build-push-action@v5 +# with: +# context: . +# load: true +# tags: nerdcult_frontend:latest + - name: Build Docker Image + run: docker build -t nerdcult_frontend . - name: Inspect run: | docker image inspect nerdcult_frontend:latest \ No newline at end of file