diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 592f19f..1d7fb16 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,6 +34,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=raw,value=${{ github.ref_name }} - name: Build and Push Main Image uses: docker/build-push-action@v4