From 8f3f4c726c9747107758c944ce47839ca261e447 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 25 Jun 2024 03:21:46 +0000 Subject: [PATCH] Update GlueOps/github-actions-build-push-containers action to v0.4.3 --- .../.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 1dbb6fb..f8b14bb 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.2 + uses: GlueOps/github-actions-build-push-containers@v0.4.3 with: {% raw %}tags: "${{ github.sha }},${{ needs.release.outputs.tag }},latest"{% endraw %}