Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
mrwalter authored Feb 28, 2024
1 parent f8e76de commit c7e48ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
context: .
platforms: linux/arm64/v8,linux/amd64
push: true
file: Dockerfile.${{ env.ROS_VERSION_PREVIOUS }}
tags: ripl/libbot2-ros:${{ env.ROS_VERSION_PREVIOUS }}
build-args: ROS_VERSION=${{ env.ROS_VERSION_PREVIOUS }}
- name: Build and push latest
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ripl/libbot2-ros:latest, ripl/libbot2-ros:${{ env.ROS_VERSION_LATEST }}
build-args: ROS_VERSION=${{ env.ROS_VERSION_LATEST }}
file: Dockerfile.${{ env.ROS_VERSION_LATEST }}

0 comments on commit c7e48ca

Please sign in to comment.