Skip to content

Commit

Permalink
🚑 Rm accidentally added -t from docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 26, 2021
1 parent 2350ff4 commit f5ec7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
| docker login ghcr.io -u "${GITHUB_ACTOR}" --password-stdin
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
- name: Push image
run: docker push -t "${{ env.FULL_IMAGE_TAG }}"
run: docker push "${{ env.FULL_IMAGE_TAG }}"
if: matrix.IMAGE.ARCH == 'aarch64' && (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
- name: Push image
run: >
Expand Down

0 comments on commit f5ec7f5

Please sign in to comment.