diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 15b2b77..3d4c027 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -49,7 +49,7 @@ jobs: push: false load: true target: dev - tags: ${{ env.APP_IMAGE }}:dev + tags: ${{ env.APP_IMAGE }}:0.0.1 cache-from: | type=gha,scope=test type=gha,scope=prod @@ -95,4 +95,4 @@ jobs: retention-days: 30 - name: Test backend - run: make devweb-test \ No newline at end of file + run: make dev-test \ No newline at end of file