Skip to content

Commit d02f849

Browse files
committed
temp: hardcodes the image name
1 parent b9fa5a8 commit d02f849

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/patched.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
file: ./bigquery/Dockerfile4parquet
3535
push: true
3636
platforms: linux/amd64,linux/arm64
37-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ inputs.job-name }}
37+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-lambda-ruby-patched:3.2
3838
# - name: Scan
3939
# id: scan
4040
# uses: anchore/scan-action@v6
4141
# continue-on-error: true
4242
# with:
43-
# image: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ inputs.job-name }}
43+
# image: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-lambda-ruby-patched:3.2
4444
# fail-build: true
4545
# output-format: sarif
4646
# severity-cutoff: low
@@ -49,4 +49,4 @@ jobs:
4949
# uses: forward3d/comment-failure-details@v1.0.0
5050
# with:
5151
# report: ${{ steps.scan.outputs.sarif }}
52-
# image-name: ${{ inputs.job-name }}
52+
# image-name: aws-lambda-ruby-patched:3.2

0 commit comments

Comments
 (0)