diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce5f209..06cbd49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -147,6 +147,7 @@ jobs: --build-arg VERSION="${{ steps.meta.outputs.version }}" \ -t "${IMAGE_REPO}:${{ steps.meta.outputs.version }}" \ -t "${IMAGE_REPO}:latest" \ + -t "${IMAGE_REPO}:staging" \ --push \ .