Skip to content

Commit

Permalink
Removed running docker build for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegorax committed Jul 15, 2023
1 parent 00ac729 commit 16dd562
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker
# Trigger only when releasing a new version
on:
push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request:
Expand Down Expand Up @@ -33,12 +31,9 @@ jobs:
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 16dd562

Please sign in to comment.