diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 4a8c6bd..548a44d 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -66,38 +66,3 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - - # push-ghcr: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v6 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v3 - - # - name: Log in to GHCR - # uses: docker/login-action@v3 - # with: - # registry: ghcr.io - # username: ${{ github.actor }} - # password: ${{ secrets.GITHUB_TOKEN }} - - # - name: Docker metadata - # id: meta - # uses: docker/metadata-action@v5 - # with: - # images: ghcr.io/${{ github.repository }}/app - # tags: | - # type=sha - # type=raw,value=latest - - # - name: Build (PR) or Build+Push (main) - # uses: docker/build-push-action@v6 - # with: - # context: ./projects/app - # file: ./projects/app/Dockerfile - # push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} - # cache-from: type=gha - # cache-to: type=gha,mode=max