Skip to content

Commit

Permalink
Merge pull request HeyPuter#388 from AtkinsSJ/no-docker-images-for-prs
Browse files Browse the repository at this point in the history
ci: Stop producing Docker images for PRs
  • Loading branch information
AtkinsSJ authored May 10, 2024
2 parents 387cfd7 + c75a0bd commit 7243ed7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- '*.*.*'
# branches:
# - 'release'
pull_request:
branches:
- 'main'

# Defines two custom environment variables for the workflow. These are used
# for the Container registry domain, and a name for the Docker image that
Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 7243ed7

Please sign in to comment.