Modify image build workflow for Glitch workflows (#1942)

main^2
Effy Elden 1 year ago committed by GitHub
parent eb675af0fb
commit 7efe2cf00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/build-image.yml

@ -4,8 +4,6 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
tags:
- '*'
pull_request: pull_request:
paths: paths:
- .github/workflows/build-image.yml - .github/workflows/build-image.yml
@ -31,13 +29,10 @@ jobs:
id: meta id: meta
with: with:
images: ghcr.io/${{ github.repository_owner }}/mastodon images: ghcr.io/${{ github.repository_owner }}/mastodon
flavor: |
latest=auto
tags: | tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=edge,branch=main type=edge,branch=main
type=pep440,pattern={{raw}} type=sha,prefix=,format=long
type=pep440,pattern=v{{major}}.{{minor}}
type=ref,event=pr
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
with: with:
context: . context: .

Loading…
Cancel
Save