Skip to content

Commit

Permalink
Fixed adding env namespace before ROS_DISTRO
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Jul 6, 2023
1 parent 603f3ad commit 1555cb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
prefix=
suffix=
tags: |
type=ref,event=branch,prefix=${{ ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ ROS_DISTRO }}-
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ env.ROS_DISTRO }}-
- name: Set build type
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jammy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
prefix=
suffix=
tags: |
type=ref,event=branch,prefix=${{ ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ ROS_DISTRO }}-
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ env.ROS_DISTRO }}-
- name: Set build type
run: |
Expand Down

0 comments on commit 1555cb0

Please sign in to comment.