Skip to content

Commit

Permalink
MET-5919 Introduce Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Apr 12, 2024
1 parent 11d81b4 commit f189e73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/_deploy-sandbox.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ jobs:
tags: |
type=sha
${{ env.TAG_ESCAPED }}
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=latest,enable={{is_default_branch}}
# type=schedule
# type=ref,event=branch
# type=ref,event=pr
# type=semver,pattern={{version}}
# type=semver,pattern={{major}}.{{minor}}
# type=semver,pattern={{major}}
# type=raw,value=latest,enable={{is_default_branch}}
# ${{ env.PROJECT_VERSION }}

- name: Build and push
Expand Down

0 comments on commit f189e73

Please sign in to comment.