Skip to content

Commit

Permalink
Added docker tags for release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Konstantinov committed Mar 23, 2023
1 parent 51c59de commit 33d050f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
file: ./agent/Dockerfile
push: true
platforms: linux/amd64, linux/arm64, linux/arm/v7
tags: ${{ secrets.DOCKER_USERNAME }}/asic-agent:latest
tags: |
${{ secrets.DOCKER_USERNAME }}/asic-agent:production
${{ secrets.DOCKER_USERNAME }}/asic-agent:${{ github.event.release.tag_name }}
4 changes: 3 additions & 1 deletion .github/workflows/docker-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
file: ./api/Dockerfile
push: true
platforms: linux/amd64, linux/arm64, linux/arm/v7
tags: ${{ secrets.DOCKER_USERNAME }}/asic-agent-api:latest
tags: |
${{ secrets.DOCKER_USERNAME }}/asic-agent-api:production
${{ secrets.DOCKER_USERNAME }}/asic-agent-api:${{ github.event.release.tag_name }}

0 comments on commit 33d050f

Please sign in to comment.