Skip to content

Commit

Permalink
Update noetic-docker-build-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpaca-zip committed Feb 13, 2024
1 parent f272465 commit 29fb184
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/noetic-docker-build-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ROS-noetic Docker Build Check

on:
pull_request_target:
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -13,17 +13,10 @@ jobs:
run: rm -rf /opt/hostedtoolcache
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: set up QEMU
uses: docker/setup-qemu-action@v1
- name: set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build check
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 29fb184

Please sign in to comment.