Skip to content

Commit

Permalink
fix: parenthesee in file name... (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
gg314 authored Dec 7, 2023
1 parent 4a4fd8b commit 1ca1e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
file: ${{ steps.get_version.outputs.BASE }})/Dockerfile
file: ${{ steps.get_version.outputs.BASE }}/Dockerfile
context: .
platforms: ${{ steps.get_version.outputs.PLATFORMS }}
push: true
Expand Down

0 comments on commit 1ca1e3e

Please sign in to comment.