1
0
Fork 0

fix: move Dockerfile to root dir

This commit is contained in:
Vojtěch Mareš 2022-09-10 14:33:48 +02:00
parent 29aed9f613
commit c43457420a
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 1 additions and 1 deletions

View file

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