Skip to content

Commit

Permalink
fixigin docker jobs names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 18, 2024
1 parent 3a89eed commit 3d59c9f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foxy-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=foxy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/foxy-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=foxy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galactic-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=galactic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galactic-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=galactic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=humble
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=humble
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=iron
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=iron
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=jazzy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=jazzy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=rolling
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=rolling
Expand Down

0 comments on commit 3d59c9f

Please sign in to comment.