Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseFairy committed Nov 12, 2023
2 parents ad72980 + 0fab5d3 commit be56e5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Deploy docker image to Github Container Registry"

on:
push:
branches:
- main
tags:
- 'v*'

Expand All @@ -19,10 +17,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/discordbot-edgegpt
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit be56e5e

Please sign in to comment.