Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim committed Nov 11, 2020
1 parent 9941dbe commit cd22acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
RELEASE_VERSION: ${{ needs.get-version.outputs.release_version }}
with:
push: true
context: infra/docker/${{ matrix.component }}
file: infra/docker/${{ matrix.component }}/Dockerfile
context: ./infra/docker/${{ matrix.component }}
file: ./infra/docker/${{ matrix.component }}/Dockerfile
tags: feastdev/feast-${{ matrix.component }}:${{ needs.get-version.outputs.release_version }}
build-args: |
REVISION=${RELEASE_VERSION}
Expand All @@ -94,8 +94,8 @@ jobs:
with:
if: ${VERSION_WITHOUT_PREFIX} == ${HIGHEST_SEMVER_TAG:1}
push: true
context: infra/docker/${{ matrix.component }}
file: infra/docker/${{ matrix.component }}/Dockerfile
context: ./infra/docker/${{ matrix.component }}
file: ./infra/docker/${{ matrix.component }}/Dockerfile
tags: feastdev/feast-${{ matrix.component }}:latest
build-args: |
REVISION=${RELEASE_VERSION}
Expand Down

0 comments on commit cd22acc

Please sign in to comment.