Skip to content

Commit

Permalink
Add docker creation for major.minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Dec 15, 2021
1 parent ade36cf commit ff3ea36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bionic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
suffix=
tags: |
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=ref,event=tag,prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{version}},prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ env.ROS_DISTRO }}-
- name: Set build type
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
suffix=
tags: |
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=ref,event=tag,prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{version}},prefix=${{ env.ROS_DISTRO }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ env.ROS_DISTRO }}-
- name: Set build type
run: |
Expand Down

0 comments on commit ff3ea36

Please sign in to comment.