Skip to content

Commit

Permalink
WIP: github action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmid committed Nov 30, 2022
1 parent 4f30d25 commit 3b8e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imagetoghcr-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: docker_build_push
uses: docker/build-push-action@v2
with:
context: ./oeh-search-etl/
# context: ./oeh-search-etl/
platforms: linux/amd64
push: true
tags: ${{ steps.docker_meta_img_hub.outputs.tags }}
Expand Down

0 comments on commit 3b8e093

Please sign in to comment.