Loading .github/workflows/docker-image-linux-ghcr.yml +6 −7 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI Linux ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -80,9 +83,7 @@ jobs: linux/ppc64le linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-slim ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-slim tags: ${{ steps.meta.outputs.tags }}-slim labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max Loading @@ -102,9 +103,7 @@ jobs: linux/ppc64le linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max .github/workflows/docker-image-linux.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ name: Docker Image CI Linux docker.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" jobs: docker: Loading .github/workflows/docker-image-osx-ghcr.yml +5 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI OSX ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -73,9 +76,7 @@ jobs: platforms: | linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max .github/workflows/docker-image-osx.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ name: Docker Image CI OSX docker.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" jobs: docker: Loading .github/workflows/docker-image-windows-ghcr.yml +5 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI Windows ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -73,9 +76,7 @@ jobs: platforms: | linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max Loading
.github/workflows/docker-image-linux-ghcr.yml +6 −7 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI Linux ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -80,9 +83,7 @@ jobs: linux/ppc64le linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-slim ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-slim tags: ${{ steps.meta.outputs.tags }}-slim labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max Loading @@ -102,9 +103,7 @@ jobs: linux/ppc64le linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max
.github/workflows/docker-image-linux.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ name: Docker Image CI Linux docker.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" jobs: docker: Loading
.github/workflows/docker-image-osx-ghcr.yml +5 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI OSX ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -73,9 +76,7 @@ jobs: platforms: | linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max
.github/workflows/docker-image-osx.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ name: Docker Image CI OSX docker.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" jobs: docker: Loading
.github/workflows/docker-image-windows-ghcr.yml +5 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ name: Docker Image CI Windows ghcr.io on: push: tags: [ 'v*.*.*' ] tags: - "v*.*.*" branches: - "main" env: # Use docker.io for Docker Hub if empty Loading Loading @@ -73,9 +76,7 @@ jobs: platforms: | linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max