Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bromine0x23 committed Nov 14, 2023
1 parent 12a8992 commit b11a71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
image-build-platforms:
required: false
type: string
default: linux/amd64,linux/arm64
default: linux/amd64
image-name:
required: true
type: string
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
org.opencontainers.image.revision="${{ github.sha }}"
org.opencontainers.image.url="${{ github.server_url }}/${{ github.repository }}"
org.opencontainers.image.source="${{ github.server_url }}/${{ github.repository }}"
org.opencontainers.image.licenses="${{ github.server_url }}/${{ github.repository }}"
org.opencontainers.image.licenses="${{ inputs.image-label-licenses }}"
platforms: ${{ inputs.image-build-platforms }}
push: true
tags: ${{ env.IMAGE_TAGS }}
Expand Down

0 comments on commit b11a71c

Please sign in to comment.