Skip to content

Commit

Permalink
Merge pull request #168 from PeggyJV/mvid/versioned-images
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian authored Aug 26, 2021
2 parents 3ad8197 + f741387 commit 99da79f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
tags:
- 'v*.*.*'

pull_request:

env:
Expand Down Expand Up @@ -40,6 +43,10 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-orchestrator
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -130,6 +137,10 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-gravity
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
- name: build-and-push
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -176,6 +187,10 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-solidity
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
- name: build-and-push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 99da79f

Please sign in to comment.