Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Jan 15, 2025
1 parent 9fa7d9a commit 01665b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:
dockerTag:
description: 'Docker tag'
required: true
type: string
baseImage:
description: 'Base image'
required: true
default: 'wavesplatform/wavesnode:1.5.9'
type: string

env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down Expand Up @@ -45,11 +43,13 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
flavor: latest=false
tags: type=raw,value=${{ inputs.dockerTag }}
tags: |
type=sha
type=raw,value=${{ inputs.dockerTag }}
labels: |
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.licenses=MIT
org.opencontainers.image.description="Unit Zero Node"
org.opencontainers.image.description=Unit Zero Node
- uses: docker/build-push-action@v5
id: push
with:
Expand Down

0 comments on commit 01665b5

Please sign in to comment.