Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecrawshaw committed Oct 25, 2024
1 parent 5b27d57 commit 17bdc07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
file: fleet-argocd-plugin/Dockerfile
context: fleet-argocd-plugin
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/fleet-argocd-sync:${{ github.sha }}
Expand Down

0 comments on commit 17bdc07

Please sign in to comment.