We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae40d58 commit ac79f59Copy full SHA for ac79f59
.github/workflows/build_images.yaml
@@ -30,11 +30,11 @@ jobs:
30
- name: Build container base image
31
uses: docker/build-push-action@v5
32
with:
33
- context: ./Dockerfile.sidecar-docker
+ context: ./
34
outputs: "type=registry,push=true"
35
tags: |
36
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/interlink-docker-plugin/docker-plugin:${{ env.RELEASE_VERSION }}
37
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/interlink-docker-plugin/docker-plugin:latest
38
- file: ./Dockerfile
+ file: ./docker/Dockerfile.sidecar-docker
39
platforms: linux/amd64, linux/arm64
40
0 commit comments