changing image name defaults (#4)

This commit is contained in:
Bret Fisher
2022-05-17 17:21:36 -04:00
committed by GitHub
parent 8faa369836
commit e88f98ccbf
3 changed files with 15 additions and 58 deletions

View File

@@ -30,11 +30,9 @@ jobs:
secrets:
# Only needed if with:dockerhub-enable is true below
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
# Only needed if with:dockerhub-enable is true below
# https://hub.docker.com/settings/security
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
with:
@@ -46,11 +44,11 @@ jobs:
dockerhub-enable: true
ghcr-enable: true
### REQUIRED
### A list of the account/repo names for docker build. List should match what's enabled above
### defaults to:
image-names: |
ghcr.io/${{ github.repository }}
# image-names: |
# ${{ github.repository }}
# ghcr.io/${{ github.repository }}
### set rules for tagging images, based on special action syntax:
### https://github.com/docker/metadata-action#tags-input
@@ -72,10 +70,11 @@ jobs:
### build stage to target, defaults to empty, which builds to last stage in Dockerfile
# target:
### platforms to build for, defaults to linux/amd64
### platforms to build for
### defaults to linux/amd64
### other options: linux/amd64,linux/arm64,linux/arm/v7
# platforms: linux/amd64
# platforms: linux/amd64,linux/arm64
### Create a PR comment with image tags and labels
### defaults to false
### defaults to true
# comment-enable: false