We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c42ca7 commit f9d4bdeCopy full SHA for f9d4bde
1 file changed
.github/workflows/docker-build-push.yaml
@@ -64,7 +64,7 @@ jobs:
64
ros_distro: [humble, jazzy]
65
runs-on: ubuntu-latest
66
needs: build
67
- if: github.event_name = = "push"
+ if: github.event_name == "push"
68
permissions:
69
packages: write
70
steps:
0 commit comments