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 a157949 commit 2dac4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Extract Version from Cargo.toml
run: echo "VERSION=$GITHUB_HEAD_REF-$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')" >> $GITHUB_ENV
working-directory: ./relay
env:
GITHUB_HEAD_REF: ${{ github.head_ref }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 2dac4a8

Please sign in to comment.