Skip to content

Commit

Permalink
update(publish.yml): get base_image from docker reg
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent committed May 21, 2024
1 parent eac761a commit 423fba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
VERSION: ${{ needs.get_variables.outputs.version }}
BUILD_ARGS: |
APP_NAME=${{ needs.get_variables.outputs.app_name }}
BASE_IMAGE=telicent/${{ needs.get_variables.outputs.app_name }}-build:${{ needs.get_variables.outputs.version }}-build
secrets: inherit

# Add back in once the vulnerability workflows are complete in OSS
Expand Down

0 comments on commit 423fba1

Please # to comment.