Skip to content

Commit 12fbc23

Browse files
authored
TRIVIAL: fix ghcr push workflow (#11)
1 parent d5b5a53 commit 12fbc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: docker_meta
3232
uses: docker/metadata-action@v4
3333
with:
34-
images: wandera/jool
34+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
- name: Build and push
3636
uses: docker/build-push-action@v2
3737
with:

0 commit comments

Comments
 (0)