Skip to content

Commit

Permalink
upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smithers-excellent committed Mar 13, 2023
1 parent 2050011 commit 2427477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ jobs:
- name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v1
uses: crazy-max/ghaction-dump-context@v2
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 2427477

Please sign in to comment.