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 6056e5fd19 - Show all commits

View File

@ -32,22 +32,22 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }} password: ${{ secrets.CR_PAT }}
- name: Build base # - name: Build base
uses: docker/build-push-action@v2 # uses: docker/build-push-action@v2
with: # with:
builder: ${{ steps.buildx.outputs.name }} # builder: ${{ steps.buildx.outputs.name }}
context: . # context: .
file: ./Dockerfile # file: ./Dockerfile
platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64
push: true # push: true
tags: | # tags: |
ghcr.io/${{ github.repository }}-base:latest # ghcr.io/${{ github.repository }}-base:latest
labels: | # labels: |
action_id=${{ github.action }} # action_id=${{ github.action }}
action_link=${{ env.LINK }} # action_link=${{ env.LINK }}
actor=${{ github.actor }} # actor=${{ github.actor }}
sha=${{ github.sha }} # sha=${{ github.sha }}
ref=${{ github.ref }} # ref=${{ github.ref }}
- name: Build helmfile - name: Build helmfile
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: