We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93ea02 commit 79398f0Copy full SHA for 79398f0
.github/workflows/build.yml
@@ -30,11 +30,11 @@ jobs:
30
id: metadata
31
uses: docker/metadata-action@v5
32
with:
33
- images: adobe/aem-dispatcher-docker
+ images: ghcr.io/adobe/aem-dispatcher-docker
34
- name: Build and push
35
uses: docker/build-push-action@v5
36
37
platforms: linux/amd64,linux/arm64
38
- push: false
39
- tags: ${{ steps.metadata.outputs.tags }}
40
- labels: ${{ steps.metadata.outputs.labels }}
+ push: true
+ tags: ghcr.io/${{ steps.metadata.outputs.tags }}
+ labels: ${{ steps.metadata.outputs.labels }}
0 commit comments