Skip to content

Commit ac79f59

Browse files
committed
first separate release for docker build
1 parent ae40d58 commit ac79f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Build container base image
3131
uses: docker/build-push-action@v5
3232
with:
33-
context: ./Dockerfile.sidecar-docker
33+
context: ./
3434
outputs: "type=registry,push=true"
3535
tags: |
3636
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/interlink-docker-plugin/docker-plugin:${{ env.RELEASE_VERSION }}
3737
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/interlink-docker-plugin/docker-plugin:latest
38-
file: ./Dockerfile
38+
file: ./docker/Dockerfile.sidecar-docker
3939
platforms: linux/amd64, linux/arm64
4040

0 commit comments

Comments
 (0)