Skip to content

Commit

Permalink
chore: remove duplicated use dockerbuildx (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Jun 11, 2020
1 parent b45d9e1 commit fdcf66b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

- uses: crazy-max/ghaction-docker-buildx@v1
if: ${{ github.event_name != 'pull_request' }}

- name: Dev
if: ${{ github.ref == 'refs/heads/master'}}
run: |
Expand Down

0 comments on commit fdcf66b

Please sign in to comment.