Skip to content

Commit

Permalink
Update docker-build-and-push.yml
Browse files Browse the repository at this point in the history
revert failing tags
  • Loading branch information
eric-intuitem committed Sep 18, 2024
1 parent c1d793c commit 196516a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}/frontend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/frontend:latest' || null }}
ghcr.io/${{ github.repository }}/frontend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Build and Push Backend Docker Image
Expand All @@ -68,5 +68,5 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}/backend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/backend:latest' || null }}
ghcr.io/${{ github.repository }}/backend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8

0 comments on commit 196516a

Please sign in to comment.