fix image location

This commit is contained in:
Smigz 2025-05-02 23:49:57 +00:00
parent 62a504709b
commit 427e75b86a

View file

@ -45,7 +45,7 @@ jobs:
- name: Build and Push Docker Image - name: Build and Push Docker Image
id: build-and-push id: build-and-push
env: env:
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ matrix.project }} IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/odin-codeprojects/${{ matrix.project }}
run: | run: |
IMAGE_TAG_LATEST=$IMAGE_NAME:latest IMAGE_TAG_LATEST=$IMAGE_NAME:latest