Skip to content

Commit

Permalink
Merge pull request #61 from KNPhilip/KNPhilip-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
KNPhilip authored Mar 5, 2024
2 parents 18990fd + b1f176a commit 76ea6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
# Using my own action to build & push to DockerHub.
uses: knphilip/actions/dockerfile-push@main
with:
context: "{{defaultContext}}"
tags: knphilip/activityhive:latest
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -20,4 +21,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
- run: flyctl deploy --remote-only

0 comments on commit 76ea6fc

Please sign in to comment.