Skip to content

Commit

Permalink
Fix field path
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri authored Sep 19, 2023
1 parent 0cfaa30 commit a27d2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
- name: Edit mocked version
run: yq eval -i ".mockedVersion = \"${{ matrix.version.version }}\"" "config.yaml"
run: yq eval -i ".mockedVersion = \"${{ matrix.version }}\"" "config.yaml"
- name: Docker metadata
id: meta
uses: docker/metadata-action@v4
Expand All @@ -69,7 +69,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},value=${{ matrix.version.version }}
type=semver,pattern={{version}},value=${{ matrix.version }}
type=raw,value={{sha}}
labels: |
org.opencontainers.image.vendor=Evryn
Expand Down

0 comments on commit a27d2a2

Please sign in to comment.