Skip to content

Commit

Permalink
Make ROS1 CI workflow less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 16, 2024
1 parent 32036f8 commit a73cb72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ros1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to ${{ env.DOCKER_REGISTRY }} registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: ${{ github.repository }}
file: ${{ github.repository }}/tooling/docker/ros1/full.Dockerfile
Expand All @@ -61,6 +64,9 @@ jobs:

- name: Push the image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: ${{ github.repository }}
file: ${{ github.repository }}/tooling/docker/ros1/full.Dockerfile
Expand Down

0 comments on commit a73cb72

Please sign in to comment.