Skip to content

Commit

Permalink
chore: adding date tag
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 7, 2024
1 parent 84ab16a commit 6b5afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
const year = date.getUTCFullYear();
const month = String(date.getUTCMonth() + 1).padStart(2, '0');
const day = String(date.getUTCDate()).padStart(2, '0');
const dateTag = `${year}${month}${day}`;
const dateTag = `${year}-${month}-${day}`;
return dateTag
result-encoding: string

Expand Down

0 comments on commit 6b5afa6

Please sign in to comment.