Skip to content

Commit

Permalink
update setup timezone to not use an action
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Feb 1, 2024
1 parent f84bd90 commit 9aee346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/imagebuild-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set timezone
uses: zcong1993/setup-timezone@master
with:
timezone: "Europe/Athens"
run: sudo timedatectl set-timezone 'Europe/Athens'
- name: Get date
id: date
run: echo "push_date=$(date '+%H:%M@%d/%m/%Y')" >> $GITHUB_OUTPUT
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/imagebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set timezone
uses: zcong1993/setup-timezone@master
with:
timezone: "Europe/Athens"
run: sudo timedatectl set-timezone 'Europe/Athens'
- name: Get date
id: date
run: echo "push_date=$(date '+%H:%M@%d/%m/%Y')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9aee346

Please sign in to comment.