ff
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m48s

This commit is contained in:
2025-01-06 22:38:02 -05:00
parent 0690858dd6
commit 35d02cd885

View File

@ -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
${{ 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