Skip to content

Commit

Permalink
fix missing push and GCR login
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <[email protected]>
  • Loading branch information
aramallo committed Jan 29, 2025
1 parent 5fc36e0 commit 8dbed9f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/docker-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
context: .
file: ./deployment/Dockerfile
platforms: linux/arm64
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
context: .
file: ./deployment/Dockerfile
platforms: linux/amd64
Expand Down Expand Up @@ -167,10 +169,17 @@ jobs:
--amend leapsight/${{ steps.meta.outputs.tags }}-arm64
docker manifest push leapsight/${{ steps.meta.outputs.tags }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
-
# Copy multiplatform image from dockerhub to Github Registry
# without changing the image SHA
name: Copy Image to GH Registry
name: Copy Image to GitHub Container Registry
uses: akhilerm/[email protected]
with:
src: docker.io/leapsight/${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8dbed9f

Please sign in to comment.