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