Skip to content

Commit

Permalink
Merge pull request #341 from Duke-MatSci/Remove_pipe_fix
Browse files Browse the repository at this point in the history
feat(CI/CD): Remove pipe fix # => v1.1.0 on @1.0.x
  • Loading branch information
tholulomo authored Mar 10, 2023
2 parents 75e5826 + 723e5de commit 2559804
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prodBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
with:
context: ${{ inputs.context }}
push: true
tags: |
${{ inputs.tags }}:latest
${{ inputs.tags }}:${{ inputs.next_ver }}
tags: ${{ inputs.tags }}:${{ inputs.next_ver }}, ${{ inputs.tags }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Move cache
Expand Down

0 comments on commit 2559804

Please sign in to comment.