Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 1.0.1
  • Loading branch information
mlbiam committed Dec 3, 2024
2 parents 1e5e8fb + cc9adec commit d8b9d23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dockerbuild
on:
push:
branches:
- 'main'
- '1.0.1'

jobs:
docker:
Expand Down Expand Up @@ -59,13 +59,15 @@ jobs:
platforms: linux/amd64,linux/arm64
dockerFile: "./DockerFile"
tags: |
ghcr.io/${{ env.REPO }}:${{ env.TAG }}
ghcr.io/${{ env.REPO }}:${{ env.SHORT_TAG }}
ghcr.io/${{ env.REPO }}:latest
docker.io/${{ secrets.OU_CONTAINER_REPO }}/openunison-k8s-react:${{ env.TAG }}
docker.io/${{ secrets.OU_CONTAINER_REPO }}/openunison-k8s-react:${{ env.SHORT_TAG }}
docker.io/${{ secrets.OU_CONTAINER_REPO }}/openunison-k8s-react:latest
ghcr.io/${{ env.REPO }}:${{ env.TAG }}
ghcr.io/${{ env.REPO }}:${{ env.SHORT_TAG }}
ghcr.io/${{ env.REPO }}:latest
Expand Down

0 comments on commit d8b9d23

Please sign in to comment.