Skip to content

Commit

Permalink
Add debug for docker tag selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 26, 2024
1 parent 0f61221 commit 79e0ce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/feature-test-2gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Calculate tag suffix
id: set-tag-suffix
run: |
TAG_SUFFIX=""
if [ "${{ inputs.with_full_browser }}" == "true" ]; then
echo "tag_suffix=-full-browser" >> $GITHUB_ENV
echo "Using full-browser image" >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -97,8 +98,10 @@ jobs:
GITHUB_APP_ID: "${{ secrets.github-app-id }}"
GITHUB_APP_KEY: "${{ secrets.github-app-key }}"
steps:
- name: Debug Docker Tag
run: echo "Using Docker image: ${{ inputs.docker_image }}:${{ inputs.docker_tag }}${{ needs.select_d2x_docker_image.outputs.tag_suffix }}"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Auth to DevHub
run: /usr/local/bin/devhub.sh
- name: Set ${{ inputs.org }} org as default org
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-1gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
release-name:
required: false
description: "The name of the release to upload to the production org."
type: string
secrets:
dev-hub-auth-url:
Expand Down

0 comments on commit 79e0ce8

Please sign in to comment.