fix missleading name to Build container

since it it not pushing the  container anywhere
This commit is contained in:
mauwii 2022-10-28 02:07:27 +02:00 committed by Lincoln Stein
parent 7793dbb4b4
commit 8b8c1068d9

View File

@ -31,7 +31,7 @@ jobs:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- name: Build and push
- name: Build container
uses: docker/build-push-action@v3
with:
context: .