From d1add7877fdc2232c5f886d164dd5f1a371d50d9 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Thu, 8 Aug 2024 03:22:02 +0000 Subject: [PATCH] Update GlueOps/github-actions-build-push-containers action to v0.4.4 --- .../.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex-{{ cookiecutter.project_name }}/.github/workflows/release.yml b/mex-{{ cookiecutter.project_name }}/.github/workflows/release.yml index f8b14bb..b789059 100644 --- a/mex-{{ cookiecutter.project_name }}/.github/workflows/release.yml +++ b/mex-{{ cookiecutter.project_name }}/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: needs: release steps: - name: Build, tag and push docker image to ghcr - uses: GlueOps/github-actions-build-push-containers@v0.4.3 + uses: GlueOps/github-actions-build-push-containers@v0.4.4 with: {% raw %}tags: "${{ github.sha }},${{ needs.release.outputs.tag }},latest"{% endraw %}