diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0fbd6e1..d24b5e0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,9 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Log in to Gitea Registry uses: docker/login-action@v2 with: @@ -27,3 +24,6 @@ jobs: with: context: . push: true + tags: + ref: ${{ gitea.sha }} # Use SHA for a unique tag + image: https://gitea.nelson-household.com/joseph.nelson4456/koillection-uploader/koillection-uploader # Adjust path/name