Skip to content

Commit 79398f0

Browse files
authored
Change namespace in tags (#25)
1 parent a93ea02 commit 79398f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
id: metadata
3131
uses: docker/metadata-action@v5
3232
with:
33-
images: adobe/aem-dispatcher-docker
33+
images: ghcr.io/adobe/aem-dispatcher-docker
3434
- name: Build and push
3535
uses: docker/build-push-action@v5
3636
with:
3737
platforms: linux/amd64,linux/arm64
38-
push: false
39-
tags: ${{ steps.metadata.outputs.tags }}
40-
labels: ${{ steps.metadata.outputs.labels }}
38+
push: true
39+
tags: ghcr.io/${{ steps.metadata.outputs.tags }}
40+
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)