Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 30, 2024
1 parent 44fd3f0 commit c3c090e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--group root:0
--mtime '2024-01-01 00:00Z'
--pax-option exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
-f apiserver-{}.tar.zst
-f apiserver-"$GITHUB_RUN_NUMBER"-$(lsb_release --id --short | tr '[:upper:]' '[:lower:]')-$(lsb_release --release --short)-$(dpkg --print-architecture).tar.zst
-C apiserver
.
Expand All @@ -71,7 +71,7 @@ jobs:
deploy:
runs-on: ubuntu-24.04
needs: build
if: github.ref == 'refs/heads/main' || github.event.inputs.deploy == 'true'
if: github.ref == 'refs/heads/hetzner' || github.event.inputs.deploy == 'true'
environment: deploy
permissions:
contents: write
Expand Down

0 comments on commit c3c090e

Please sign in to comment.