diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a892f9c..b34e6c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,6 @@ jobs: context: . push: true tags: | - ${{ secrets.DOCKERHUB_USERNAME }}/filekeeper:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/filekeeper:latest platforms: linux/amd64,linux/arm64 if: github.ref == 'refs/heads/main'