Skip to content

Commit

Permalink
Fix docker image viewer UI
Browse files Browse the repository at this point in the history
  • Loading branch information
manastyretskyi committed Aug 30, 2023
1 parent 096b5d9 commit f5aa603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
if: github.ref == env.DEFAULT_BRANCH_REF
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ env.DOCKERHUB_ORG }}/${{ env.DOCKERHUB_REPO }}:edge
platforms: linux/amd64,linux/arm64
Expand All @@ -219,6 +220,7 @@ jobs:
if: github.event_name == 'release'
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ env.DOCKERHUB_ORG }}/${{ env.DOCKERHUB_REPO }}:${{ env.VERSION }},${{ env.DOCKERHUB_ORG }}/${{ env.DOCKERHUB_REPO }}:latest
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit f5aa603

Please sign in to comment.