Skip to content

Commit

Permalink
more gh action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Sep 2, 2021
1 parent 4f56048 commit 9f013fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.${{ matrix.service }}
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.${{ matrix.service }}
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ steps.docker_meta_img_hub.outputs.tags }}
Expand Down

0 comments on commit 9f013fd

Please sign in to comment.