From 925227d465d2cca292ed0ab5e389b080c75b0361 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Wed, 15 May 2024 10:19:12 -0700 Subject: [PATCH] Update tags again --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50b67fc..d8b9dd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -144,12 +144,12 @@ jobs: with: images: ${{ env.container_registry }}/${{ env.docker_image_name }} tags: | - type=schedule,pattern={{date 'YYYYMMDD'}} type=ref,event=branch type=ref,event=tag type=ref,event=pr type=sha,format=long type=raw,value=latest,enable=${{ env.is_published_build }} + type=raw,value=${{ github.event.repository.updated_at}} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.