Skip to content

Commit

Permalink
fix: over supply args
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed May 8, 2023
1 parent 4cb5a52 commit 292bd53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ runs:
steps:
- name: Build Docker image
shell: bash
env:
BUILD_MODE: ${{ inputs.mode }}
run: docker build --build-arg BUILD_MODE -t built-image .
run: docker build -t built-image .

- name: Tag Docker image
shell: bash
Expand Down

0 comments on commit 292bd53

Please sign in to comment.