Skip to content

Commit

Permalink
Change docker tag to match version, not hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Apr 5, 2024
1 parent ae3e9f0 commit 3a90a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
context: .
file: docker/Dockerfile
build-args: |
TAG=${{ matrix.os }}-0.21
TAG=${{ steps.meta.outputs.version }}
ROS_DISTRO=${{ matrix.distro }}
push: ${{ env.PUSH_DOCKER_IMAGE }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 3a90a2c

Please sign in to comment.