diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 4ceb1ff..7260f2d 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -33,7 +33,7 @@ jobs: uses: docker/build-push-action@v5 with: # The directory containing your Dockerfile - context: ./sops-init + context: ./sops-decrypt # Push the image after building push: true # Define the tags for the image