Skip to content

Commit

Permalink
fix typo in build_image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 3, 2024
1 parent af148bf commit 7834b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: docker push ${{ inputs.image_name }}:${{ github.sha }}
- name: Push image with tag
if: "startsWith(github.ref, 'refs/tags/')"
run: docker tag ${{ inputs.image_name }}:${{ github.sha }} ${{ inputs.image_name }}:$${{ github.ref_name }} && \
run: docker tag ${{ inputs.image_name }}:${{ github.sha }} ${{ inputs.image_name }}:${{ github.ref_name }} && \
docker push ${{ inputs.image_name }}:${{ github.ref_name }}

0 comments on commit 7834b2f

Please sign in to comment.