diff --git a/.github/workflows/docker-localnet.yml b/.github/workflows/docker-localnet.yml index d2eee051..cba5f41b 100644 --- a/.github/workflows/docker-localnet.yml +++ b/.github/workflows/docker-localnet.yml @@ -53,7 +53,7 @@ jobs: run: ./test.sh - name: Push - if: ${{ github.event_name == 'push' }} + # if: ${{ github.event_name == 'push' }} uses: docker/build-push-action@v5 with: build-args: | @@ -69,7 +69,7 @@ jobs: org.opencontainers.image.revision=${{ github.sha }} - name: Prune old ghcr.io/oasisprotocol/${{ matrix.docker_image }} images - if: ${{ github.event_name == 'push' }} + # if: ${{ github.event_name == 'push' }} uses: vlaurin/action-ghcr-prune@v0.5.0 with: token: ${{ secrets.GITHUB_TOKEN }}