Skip to content

Commit

Permalink
correct variable format
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 12, 2024
1 parent 26895e6 commit 591927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
- name: Build and push api image
uses: docker/build-push-action@v6
with:
context: ${GITHUB_WORKSPACE}/api
context: ${{ GITHUB_WORKSPACE }}/api
push: true
tags: ramsup/api:0.0.8

0 comments on commit 591927b

Please sign in to comment.