From 6101373b005042bf51f5fb516c578e505c9d21fe Mon Sep 17 00:00:00 2001 From: Nordstrand Date: Sun, 1 May 2022 09:07:24 +0200 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3171e7f4..827ef1d6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -67,6 +67,7 @@ jobs: - name: Push to Docker Hub uses: docker/build-push-action@v2 with: + context: . tags: | ${{ env.DOCKER_REPO }}:latest ${{ env.DOCKER_REPO }}:bleeding @@ -103,6 +104,7 @@ jobs: - name: Push to Docker Hub uses: docker/build-push-action@v2 with: + context: . tags: | ${{ env.DOCKER_REPO }}:latest ${{ env.DOCKER_REPO }}:${{ env.version_major }}