diff --git a/.github/workflows/mirror-images.yml b/.github/workflows/mirror-images.yml index e3c2b3332..c785ea447 100644 --- a/.github/workflows/mirror-images.yml +++ b/.github/workflows/mirror-images.yml @@ -64,7 +64,7 @@ jobs: - name: 'Read tag version' if: ${{ github.event_name == 'workflow_run' }} run: | - echo "IMAGE_TAG=$(echo tag.txt)" >> $GITHUB_ENV + echo "IMAGE_TAG=$(cat tag.txt)" >> $GITHUB_ENV - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/tag.txt b/tag.txt new file mode 100644 index 000000000..16144a628 --- /dev/null +++ b/tag.txt @@ -0,0 +1 @@ +someterm \ No newline at end of file