From c48ec73434ff6f45dc4a9a8a61025e50b34d86a2 Mon Sep 17 00:00:00 2001 From: Mike Keller Date: Wed, 24 Feb 2021 08:03:39 -0800 Subject: [PATCH] gh-actions/update-container (#24) Remove unneeded tags from the container update process. --- .github/workflows/update-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-image.yml b/.github/workflows/update-image.yml index 6cceb3e..ad0da3a 100644 --- a/.github/workflows/update-image.yml +++ b/.github/workflows/update-image.yml @@ -25,6 +25,4 @@ jobs: registry: docker.pkg.github.com repository: ${{ github.repository }}/simple-monerod tags: latest, ${{ steps.get_tag.outputs.tag }} - tag_with_ref: true - add_git_labels: true - tag_with_sha: true \ No newline at end of file + add_git_labels: true \ No newline at end of file