From 35d02cd885e582409c0362efa2d08582a39dca18 Mon Sep 17 00:00:00 2001 From: remi Date: Mon, 6 Jan 2025 22:38:02 -0500 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9d490e0..d59e1ed 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,18 +35,6 @@ jobs: username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_GITEA_TOKEN }} - - name: Build and push to gitea - uses: docker/build-push-action@v2 - env: - ACTIONS_RUNTIME_TOKEN: '' - with: - context: . - file: ./Dockerfile - push: true - tags: | - git.rehounou.ca/remi/cal_heatmap:latest - - - name: Build and push Docker image uses: docker/build-push-action@v2 env: @@ -57,4 +45,9 @@ jobs: push: true tags: | ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest - ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0 \ No newline at end of file + ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0 + + - name: Build and Push Docker Image + run: | + docker build -t git.rehounou.ca/remi/cal_heatmap:latest . + docker push git.rehounou.ca/remi/cal_heatmap:latest \ No newline at end of file