Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Aug 23, 2024
1 parent 084f727 commit 5e66edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
context: .
build-args: VERSION=nightly
file: docker/${{ matrix.package }}/Dockerfile
file: ./docker/${{ matrix.package }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.CONTAINER_NAMESPACE }}/${{ matrix.package }}:nightly
Expand All @@ -58,7 +58,7 @@ jobs:
with:
context: .
build-args: VERSION=${{ github.event.release.name }}
file: docker/${{ matrix.package }}/Dockerfile
file: ./docker/${{ matrix.package }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.CONTAINER_NAMESPACE }}/${{ matrix.package }}:${{ github.event.release.name }},${{ env.CONTAINER_NAMESPACE }}/${{ matrix.package }}:latest
Expand Down

0 comments on commit 5e66edd

Please sign in to comment.