Skip to content

Commit

Permalink
ci: clearly mark production container images
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Feb 1, 2022
1 parent 964588e commit d099607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
tags: |
type=ref,event=tag
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=prod-{{version}}
type=semver,pattern=prod-{{major}}.{{minor}}
type=semver,pattern=prod-{{major}}
- name: Build and push overseer
id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit d099607

Please sign in to comment.