diff --git a/actions/base-docker/action.yml b/actions/base-docker/action.yml index 483b2ee..22aa9c8 100644 --- a/actions/base-docker/action.yml +++ b/actions/base-docker/action.yml @@ -19,3 +19,7 @@ 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'