diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0e6e469..66936946 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,6 +131,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - uses: docker/build-push-action@v2 with: + context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Dockerfile b/Dockerfile index 530508d8..f9e14794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 ARG VERSION_EXTRA=""