Skip to content

Commit

Permalink
Fix missing Dockerfile target in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed May 13, 2021
1 parent 0e2043a commit b70dc5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: docker/[email protected]
with:
context: ./src
file: ./src/Dockerfile
platforms: |
linux/amd64
linux/386
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
uses: docker/[email protected]
with:
context: ./src
file: ./src/Dockerfile-alpine
platforms: |
linux/amd64
linux/386
Expand Down

0 comments on commit b70dc5c

Please sign in to comment.