mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
fix image location
This commit is contained in:
parent
62a504709b
commit
427e75b86a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Build and Push Docker Image
|
||||
id: build-and-push
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ matrix.project }}
|
||||
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/odin-codeprojects/${{ matrix.project }}
|
||||
run: |
|
||||
IMAGE_TAG_LATEST=$IMAGE_NAME:latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue