Skip to content

Commit

Permalink
Merge pull request #11 from jsknnr/dev
Browse files Browse the repository at this point in the history
containerfile path in workflow not correct
  • Loading branch information
jsknnr authored Jan 22, 2024
2 parents 09c7522 + 024cf2d commit 56a3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
image: enshrouded-dedicated-server
context: ./container
containerfiles: Containerfile
containerfiles: ./container/Containerfile
tags: latest ${{ github.event.release.tag_name }} # Use latest and the release tag

- name: Push image to Docker Hub
Expand Down

0 comments on commit 56a3d15

Please sign in to comment.