Skip to content

Commit

Permalink
Merge pull request #5 from 10up/feature/action-setup
Browse files Browse the repository at this point in the history
Fix Dockerfile path in GH actions
  • Loading branch information
douz authored Apr 17, 2024
2 parents 83a41bc + 68093c4 commit 1ba3a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and publish image to Docker Hub
name: Build and publish image to Github Packages
on:
release:
types:
Expand Down Expand Up @@ -43,6 +43,5 @@ jobs:
uses: docker/build-push-action@v5
with:
context: image
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 1ba3a9a

Please sign in to comment.