Skip to content

Commit

Permalink
run whole flow
Browse files Browse the repository at this point in the history
  • Loading branch information
niazhussain committed Nov 2, 2023
1 parent 8b4445f commit 1aceace
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publishondockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
type=ref,event=pr
type=ref,event=tag
# - name: Build and push
# uses: docker/build-push-action@v3
# with:
# context: .
# file: scripts/Dockerfile
# push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
file: scripts/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deploy:
name: Deploy
Expand Down

0 comments on commit 1aceace

Please sign in to comment.