Skip to content

Commit

Permalink
revert change that was made for testing GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Apr 1, 2024
1 parent e25cb10 commit 587f960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# Dont push with pull requests
push: true #${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 587f960

Please sign in to comment.