Skip to content

Commit

Permalink
Change namespace in tags (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbotha78 committed May 30, 2024
1 parent a93ea02 commit 79398f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
id: metadata
uses: docker/metadata-action@v5
with:
images: adobe/aem-dispatcher-docker
images: ghcr.io/adobe/aem-dispatcher-docker
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: false
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
push: true
tags: ghcr.io/${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 79398f0

Please sign in to comment.