diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bd7a5d50..71aa1daf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -3,12 +3,12 @@ name: Publish Docker image to ghcr on: workflow_dispatch: - push: - branches: [ ros2 ] +# push: +# branches: [ ros2 ] - pull_request: - types: [opened, reopened] - branches: [ ros2 ] +# pull_request: +# types: [opened, reopened] +# branches: [ ros2 ] env: REGISTRY: ghcr.io @@ -71,4 +71,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/arm64,linux/amd64 \ No newline at end of file + platforms: linux/arm64,linux/amd64