Skip to content

Commit

Permalink
Fix image name, target and dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatAlexander committed Apr 22, 2024
1 parent ec0fe45 commit 8b313d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_release
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_${{ env.ROS_DISTRO }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -48,5 +48,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: .docker/release/Dockerfile
file: Dockerfile
target: runtime
build-args: ROS_DISTRO=${{ env.ROS_DISTRO }}

0 comments on commit 8b313d1

Please sign in to comment.