Add docker images #5

Merged
allanger merged 21 commits from refs/pull/5/head into main 2023-02-14 21:16:34 +00:00
Showing only changes of commit 977c7560e4 - Show all commits

View File

@ -53,7 +53,7 @@ jobs:
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: ./dockerfiles context: ./dockerfiles
file: ./Dockerfile-helmfile file: ./dockerfiles/Dockerfile-helmfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
@ -71,7 +71,7 @@ jobs:
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: ./dockerfiles context: ./dockerfiles
file: ./Dockerfile-argo file: ./dockerfiles/Dockerfile-argo
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |