diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f859f5a..2df43ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -130,6 +130,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 \ .