Skip to content

Commit

Permalink
Allow image push when tags contain two or more items
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Oct 4, 2020
1 parent 551133a commit e0b62d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:master
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
Expand Down

0 comments on commit e0b62d1

Please sign in to comment.