Path change
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
gaseousgames/gaseousserver:${{ github.ref_name}}
|
||||
ghcr.io/user/app:${{ github.ref_name}}
|
||||
ghcr.io/${{ github.repository }}:${{ github.ref_name}}
|
||||
- name: Build and push image with embedded mariadb
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
@@ -60,4 +60,4 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
gaseousgames/gaseousserver:${{ github.ref_name}}-embeddeddb
|
||||
ghcr.io/user/app:${{ github.ref_name}}-embeddeddb
|
||||
ghcr.io/${{ github.repository }}:${{ github.ref_name}}-embeddeddb
|
||||
|
Reference in New Issue
Block a user