Skip to content

Commit 2427477

Browse files
upgrade action
1 parent 2050011 commit 2427477

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ jobs:
155155
156156
- name: Dump context
157157
if: always()
158-
uses: crazy-max/ghaction-dump-context@v1
158+
uses: crazy-max/ghaction-dump-context@v2

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9537,6 +9537,7 @@ const createTags = (addLatest, addTimestamp) => {
95379537
const ref = context.ref.toLowerCase();
95389538
const shortSha = sha.substring(0, 7);
95399539
const dockerTags = [];
9540+
95409541
if (isGitHubTag(ref)) {
95419542
// If GitHub tag exists, use it as the Docker tag
95429543
dockerTags.push(tagRefToSlug(ref));

0 commit comments

Comments
 (0)