Skip to content

Commit

Permalink
Catgoat patch 2 (#13)
Browse files Browse the repository at this point in the history
* Delete docker-image.yml

* Update build-image.yml
  • Loading branch information
vitunvuohi authored Nov 21, 2022
1 parent 5f369b5 commit 7c21612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Build container image
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
paths:
- .github/workflows/build-image.yml
- Dockerfile
release:
types: [published, edited]
permissions:
contents: read
packages: write
Expand All @@ -30,8 +24,8 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/mastodon
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=edge,branch=main
type=raw,value=latest
type=edge,branch=meemu
type=sha,prefix=,format=long
- uses: docker/build-push-action@v3
with:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/docker-image.yml

This file was deleted.

0 comments on commit 7c21612

Please sign in to comment.