mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix missleading name to Build container
since it it not pushing the container anywhere
This commit is contained in:
parent
7793dbb4b4
commit
8b8c1068d9
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-buildx-
|
restore-keys: ${{ runner.os }}-buildx-
|
||||||
- name: Build and push
|
- name: Build container
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user