Skip to content

Commit

Permalink
yolo push to both repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Dec 19, 2023
1 parent d6560b3 commit 60035ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ variables.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v3
with:
push: true
tags: ghcr.io/${{ github.repository_owner }}/dynalite:latest
tags: ghcr.io/${{ github.repository_owner }}/dynalite:latest,dimaqq/dynalite:latest
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/dynalite:latest
cache-to: type=inline

0 comments on commit 60035ff

Please sign in to comment.