This commit is contained in:
Polprzewodnikowy 2021-09-25 20:03:23 +02:00
parent 45fbd53001
commit 5a7f2bf2b3

View File

@ -34,7 +34,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
context: ./docker
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}