Skip to content

Commit

Permalink
Fix docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Dec 15, 2021
1 parent 9472545 commit 1b57a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bionic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
suffix=
tags: |
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=pep440,pattern={{version}},prefix=${{ env.ROS_DISTRO }}-
type=pep440,pattern={{major}}.{{minor}},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
4 changes: 2 additions & 2 deletions .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
suffix=
tags: |
type=ref,event=branch,prefix=${{ env.ROS_DISTRO }}-
type=pep440,pattern={{version}},prefix=${{ env.ROS_DISTRO }}-
type=pep440,pattern={{major}}.{{minor}},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 1b57a92

Please sign in to comment.