Skip to content

Commit

Permalink
Merge pull request #55 from maffettone/fix-ghcr-build
Browse files Browse the repository at this point in the history
FIX: ghcr build context
  • Loading branch information
maffettone authored Apr 23, 2024
2 parents 2f3be31 + 8af4dd6 commit 9501d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push image to GitHub Container Registry
uses: docker/build-push-action@v5
with:
context: .
context: ./compose/bluesky
file: ./compose/bluesky/Containerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9501d7a

Please sign in to comment.