Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Oct 24, 2023
1 parent 1bf5f11 commit 6097514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo "image_name=$package_name-$r_version" >> $GITHUB_OUTPUT
- name: Call deploy docker image action for every renv
uses: insightsengineering/r-image-creator@create_image_from_description
uses: insightsengineering/r-image-creator@feature/create_image_from_description
if: ${{ matrix.value }} != 'devel'
with:
image-name: "${{ steps.image_specs.outputs.image_name }}"
Expand All @@ -102,7 +102,7 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}" # ${{ secrets.PHARMAVERSE_BOT }}

- name: Call deploy docker image action for every renv
uses: insightsengineering/r-image-creator@create_image_from_description
uses: insightsengineering/r-image-creator@feature/create_image_from_description
if: ${{ matrix.value }} == 'devel'
with:
image-name: "${{ steps.image_specs.outputs.image_name }}"
Expand Down

0 comments on commit 6097514

Please sign in to comment.