diff options
author | Parker <contact@pkrm.dev> | 2024-07-18 17:14:42 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-18 17:14:42 -0500 |
commit | bffdc17017402de2617f855f87a1937f09d716bc (patch) | |
tree | 95c5eabc50074eac80a1df68395e70001bca1e2c /.github/workflows | |
parent | fa83670f54f5790603d6353f7daee70686831270 (diff) |
Attempt to fix tagging
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1cddcad..906d698 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -39,7 +39,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | - latest=auto + type=raw,value=latest - name: Build and push Docker image |