File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4949 steps :
5050 - uses : actions/checkout@v4
5151 with :
52- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
5352 ref : ${{ github.head_ref }}
5453 - uses : ./.github/actions/python-package-shared-setup
5554 with :
@@ -163,4 +162,4 @@ jobs:
163162 - name : Build and push (Pull Request) Output
164163 if : github.event_name == 'pull_request'
165164 run : |
166- echo "ghcr.io/labelbox/${{ matrix.package }}:${{ github.sha }}" >> "$GITHUB_STEP_SUMMARY"
165+ echo "ghcr.io/labelbox/${{ matrix.package }}:${{ github.sha }}" >> "$GITHUB_STEP_SUMMARY"
Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v4
106106 with :
107- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
108- # ref: ${{ inputs.tag }}
109107 ref : ${{ inputs.tag }}
110108 - uses : ./.github/actions/python-package-shared-setup
111109 with :
@@ -190,4 +188,4 @@ jobs:
190188 id : image
191189 run : |
192190 echo "ghcr.io/labelbox/${{ matrix.package }}:latest" >> "$GITHUB_STEP_SUMMARY"
193- echo "ghcr.io/labelbox/${{ matrix.package }}:${{ inputs.tag }}" >> "$GITHUB_STEP_SUMMARY"
191+ echo "ghcr.io/labelbox/${{ matrix.package }}:${{ inputs.tag }}" >> "$GITHUB_STEP_SUMMARY"
You can’t perform that action at this time.
0 commit comments