diff --git a/.gitea/workflows/haven-notify.yaml b/.gitea/workflows/haven-notify.yaml index d339df1..621ad9c 100644 --- a/.gitea/workflows/haven-notify.yaml +++ b/.gitea/workflows/haven-notify.yaml @@ -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}"