Skip to content

Commit

Permalink
fix: push docker image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Aug 8, 2022
1 parent 5bfbe31 commit 0b7cfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hungryhippo",
"version": "1.0.3",
"version": "1.0.4",
"description": "creates feeds where there were none before",
"license": "AGPL-3.0-only",
"author": "Huey <hello@huey.xyz>",
Expand Down

0 comments on commit 0b7cfb9

Please sign in to comment.