Skip to content

Commit

Permalink
change context
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2022
1 parent b57731b commit d661910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: "{{defaultContext}}:standalone"
context: standalone
tags: ${{ join(fromJson(steps.gettags.outputs.tags)) }}
push: true

0 comments on commit d661910

Please sign in to comment.