diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93b83fc..74adb77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta - if: steps['release']['outputs']['published'] == 'true' id: meta uses: crazy-max/ghaction-docker-meta@v3 with: @@ -44,13 +43,11 @@ jobs: type=ref,event=branch type=sha - name: Login to DockerHub - if: steps['release']['outputs']['published'] == 'true' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - name: Build & Push - if: steps['release']['outputs']['published'] == 'true' uses: docker/bake-action@v1 with: push: 'true'