Skip to content

Commit

Permalink
remove deprecated arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 2, 2024
1 parent 89e532a commit 015fdf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-container-local/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inputs:
required: false
default: 'linux/amd64'

by_digest:
push_by_digest:
description: 'Whether to build and push the image by digest instead of tag'
required: false
default: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
osg_repo: ${{ matrix.repo }}
base_os: ${{ matrix.os }}
platform: ${{ matrix.platform }}
push: false
output_image: ${{ steps.custom-image-name.outputs.output_image }}


Expand Down

0 comments on commit 015fdf0

Please sign in to comment.