Skip to content

Commit

Permalink
Merge pull request #567 from Onlineberatung/cleanup-remove-npmPackage
Browse files Browse the repository at this point in the history
Fix time for auto docker image build
  • Loading branch information
koepferd authored Aug 4, 2022
2 parents bde05ed + 0ec788c commit 1c39349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
id: time
uses: nanzm/[email protected]
with:
timeZone: 0
format: 'YYYYMMDD[_]hhmmss'
timeZone: 2
format: 'YYYYMMDD[_]HHmmss'
- name: Prepare environment variables
run: |
echo "DOCKER_REGISTRY=$(echo "docker.pkg.github.com/${{ github.repository }}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
Expand Down

0 comments on commit 1c39349

Please sign in to comment.