mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-21 09:19:33 -06:00
update publish job with correct action params
This commit is contained in:
2
.github/workflows/publish_images.yaml
vendored
2
.github/workflows/publish_images.yaml
vendored
@@ -21,3 +21,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image_name: ${{ github.repository }}
|
image_name: ${{ github.repository }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
dockerfile: ./backend/Dockerfile
|
||||||
|
context: ./backend
|
||||||
|
|||||||
Reference in New Issue
Block a user