diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 941525c..3f564dd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -155,4 +155,4 @@ jobs: - name: Dump context if: always() - uses: crazy-max/ghaction-dump-context@v1 + uses: crazy-max/ghaction-dump-context@v2 diff --git a/dist/index.js b/dist/index.js index f822ef8..94e49ad 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9537,6 +9537,7 @@ const createTags = (addLatest, addTimestamp) => { const ref = context.ref.toLowerCase(); const shortSha = sha.substring(0, 7); const dockerTags = []; + if (isGitHubTag(ref)) { // If GitHub tag exists, use it as the Docker tag dockerTags.push(tagRefToSlug(ref));