Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amphineko authored Jun 3, 2024
1 parent 274d9f4 commit 9c809bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
with:
images: |
ghcr.io/amphineko/hatd/hath
file: |
{context}/hath/Dockerfile
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -51,7 +49,7 @@ jobs:
- name: build and push
uses: docker/[email protected]
with:
context: "."
context: "./hath/"
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
Expand Down

0 comments on commit 9c809bd

Please sign in to comment.