Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
Testing to see if environment variables are easily written into the file as expected
  • Loading branch information
nataliejschultz committed Apr 4, 2024
1 parent 619ee77 commit 8e02718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:

- name: Write tag file
run: |
echo 'foo bar' > tag.txt
echo 'foo bar' > ${{ steps.date.outputs.date }}
- uses: actions/upload-artifact@v4
with:
name: Create tag artifact
name: server-image-tag
path: tag.txt
if-no-files-found: error
overwrite: true

0 comments on commit 8e02718

Please sign in to comment.