Skip to content

Commit

Permalink
Update build-and-push-image.yml
Browse files Browse the repository at this point in the history
Remoe shell as it can't be used with github action docker/build-push-action
  • Loading branch information
modassarrana89 authored Apr 12, 2024
1 parent 885f250 commit 06ca5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push Image
if: env.BUILD_CONTEXT == 'tag'
shell: bash
uses: docker/build-push-action@v3
with:
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}
Expand Down

0 comments on commit 06ca5ee

Please sign in to comment.