Skip to content

Commit

Permalink
ci: Fixed error in logical statement in docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 authored Oct 5, 2023
1 parent 4cd96d8 commit bceb83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
uses: docker/build-push-action@v5.0.0
with:
context: ${{ matrix.docker_context }}
push: ${{ ${{ github.event_name != 'pull_request' }} && ${{ github.repository == 'SaptarshiSarkar12/Drifty' }} }}
push: ${{ github.event_name != 'pull_request' && github.repository == 'SaptarshiSarkar12/Drifty' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

1 comment on commit bceb83c

@vercel
Copy link

@vercel vercel bot commented on bceb83c Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.