[gha] remove unused step

This commit is contained in:
R4SAS 2021-06-17 19:33:49 +03:00 committed by GitHub
parent 98ab9fe791
commit 93f06b5f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare image id
run: |
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
- name: Build and push
uses: docker/build-push-action@v2
with: