pipe
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 1s

This commit is contained in:
2025-08-16 22:08:56 -03:00
parent 4b323f5833
commit 65efcc4709

View File

@@ -25,8 +25,8 @@ jobs:
- name: Install Docker - name: Install Docker
run: | run: |
sudo apt-get update apt-get update
sudo apt-get install -y docker.io apt-get install -y docker.io
- name: Log in to Container Registry - name: Log in to Container Registry
run: | run: |
@@ -43,8 +43,7 @@ jobs:
docker build \ docker build \
-t "${{ env.IMAGE_NOTIFY }}:${TAG}" \ -t "${{ env.IMAGE_NOTIFY }}:${TAG}" \
-f Dockerfile \ -f Dockerfile .
haven-notify
docker push "${{ env.IMAGE_NOTIFY }}:${TAG}" docker push "${{ env.IMAGE_NOTIFY }}:${TAG}"
@@ -76,8 +75,7 @@ jobs:
docker build \ docker build \
-t "${{ env.IMAGE_NOTIFY }}:${TAG}" \ -t "${{ env.IMAGE_NOTIFY }}:${TAG}" \
-f Dockerfile \ -f Dockerfile .
haven-notify
docker push "${{ env.IMAGE_NOTIFY }}:${TAG}" docker push "${{ env.IMAGE_NOTIFY }}:${TAG}"