chore: try to fix docker.yaml

This commit is contained in:
Paul Makles
2022-06-02 11:24:26 +01:00
parent a06ef2ba1a
commit a100b7aefa

View File

@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# Build all projects and cache
- name: Build Base Image
uses: docker/build-push-action@v3
@@ -91,7 +91,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ steps.export.outputs.tag }}, ghcr.io/${{ steps.export.outputs.tag }}
# Build crate image
- name: Publish
uses: docker/build-push-action@v3
@@ -99,7 +99,7 @@ jobs:
context: .
push: true
platforms: linux/amd64
file: {context}/${{ steps.export.outputs.path }}/Dockerfile
file: ${{ steps.export.outputs.path }}/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha