Add load flag to Github Ci

This commit is contained in:
Aj - Thomas
2022-05-11 09:46:50 +02:00
parent 45cb417e76
commit a3d6d876a8

View File

@@ -49,8 +49,7 @@ jobs:
- name: Log in to registry - name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- - name: Build and push
name: Build and push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .