Skip to content

Commit

Permalink
fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
dudizimber committed Dec 26, 2024
1 parent 779e73b commit 6d8757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build ${{ github.ref_name == 'main' && 'and push'}} image
- name: Build ${{ github.ref_name == 'main' && 'and push' || ''}} image
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 6d8757a

Please sign in to comment.