Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Oct 10, 2022
1 parent dbf1497 commit d159840
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -43,7 +41,7 @@ jobs:
install-only: true
-
name: Build artifacts
run: "make build"
run: make build
-
name: Get tags
shell: python
Expand Down

0 comments on commit d159840

Please sign in to comment.