Skip to content

Commit

Permalink
fix build context
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jun 17, 2024
1 parent 7e99243 commit a157949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Version from Cargo.toml
run: echo "VERSION=$GITHUB_BRANCH-$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')" >> $GITHUB_ENV
run: echo "VERSION=$GITHUB_HEAD_REF-$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')" >> $GITHUB_ENV
working-directory: ./relay

- name: Build and Push Docker Image
Expand Down

0 comments on commit a157949

Please sign in to comment.