Skip to content

1.11.0

1.11.0 #32

Workflow file for this run

name: Build and publish
on:
release:
types:
- created
jobs:
build:
name: 'Build & publish: ${{github.ref_name}}'
uses: decentraland/actions/.github/workflows/build-quay-main.yml@main
with:
service-name: nft-server
docker-tag: '${{ github.ref_name }}'
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}