Skip to content

Commit

Permalink
feat: Add release job
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed May 4, 2023
1 parent 3db59c2 commit 3fe4bdc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: builder-server
docker-tag: '${{ github.ref_name }}'
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit 3fe4bdc

Please sign in to comment.