Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed Feb 18, 2024
1 parent dfd6739 commit 8b1126a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
# Update version in project
BUILD_TIMESTAMP=$(TZ=UTC date '+%Y-%m-%d %H:%M:%S %Z')
echo "{\"version\": \"$VERSION\", \"build\": \"$BUILD_TIMESTAMP\"}" > version/version.json
echo "{\"version\": \"$VERSION\", \"build\": \"$BUILD_TIMESTAMP\"}" > www/version.json
- name: Upload version.json
uses: actions/upload-artifact@v2
with:
name: version-json
path: version
path: www

docker-ci:
runs-on: ubuntu-latest
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: version-json
path: version
path: www

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8b1126a

Please sign in to comment.