diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1949728..02014f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,13 +35,6 @@ jobs: with: context: . file: ./Dockerfile - push: false + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Debug - run: | - docker ps -a - docker images -a - -# VERSION=$(echo "${{ github.event.release.tag_name }}" | sed -e 's/^v//') -# type=raw,value=latest,enable={{is_default_branch}}