diff --git a/actions/base-docker/action.yml b/actions/base-docker/action.yml index 22aa9c8..483b2ee 100644 --- a/actions/base-docker/action.yml +++ b/actions/base-docker/action.yml @@ -19,7 +19,3 @@ runs: - name: Test container shell: bash run: ./scripts/test.sh - - name: Publish images - shell: bash - run: ./meta/publish.sh - if: github.event_name == 'push' && github.ref == 'refs/heads/main'