Skip to content

Commit

Permalink
Fix Dockerfile path in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Barahona committed Apr 17, 2024
1 parent 7be2a2b commit 68093c4
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 68093c4

Please sign in to comment.