Skip to content

Commit

Permalink
spedup proccess for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jul 27, 2022
1 parent 2666eb6 commit 8f4bb69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v3
with:
load: true
tags: ${{ steps.meta.outputs.tags }}
# - name: Build and export to Docker
# uses: docker/build-push-action@v3
# with:
# load: true
# tags: ${{ steps.meta.outputs.tags }}

- name: Test
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 8f4bb69

Please sign in to comment.