Skip to content

Commit

Permalink
Merge pull request #29 from khanlab/fix-docker-action
Browse files Browse the repository at this point in the history
Update Docker build action tag
  • Loading branch information
tkkuehn authored Dec 19, 2022
2 parents 09724f7 + ff80ae9 commit 1d88060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
ghcr.io/${{ github.repository }}
- name: Build and push docker image
uses: docker/build-push-action@v5.8
uses: docker/build-push-action@v3.2.0
with:
context: .
push: true
Expand Down

0 comments on commit 1d88060

Please sign in to comment.