Skip to content

Commit

Permalink
use current branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 11, 2024
1 parent f91e807 commit 564300f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
IMAGE_NAME: ${{ github.repository }}
ROS_DISTRO: jazzy
BRANCH: ros2
BRANCH: ${{ github.ref_name }}

jobs:
build-and-push-to-docker-hub:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
IMAGE_NAME: ${{ github.repository }}
ROS_DISTRO: jazzy
BRANCH: ros2
BRANCH: ${{ github.ref_name }}

jobs:
build-and-push-to-docker-hub:
Expand Down

0 comments on commit 564300f

Please sign in to comment.