Skip to content

Commit

Permalink
CICD: Use internal alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Mar 7, 2024
1 parent 38b7229 commit a73124d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .forgejo/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ run-name: Sync Repository at commit ${{ github.ref }}
on: [push]
jobs:
Sync-Repository:
runs-on: alpine
runs-on: alpine-tokyo
steps:
- name: Install Dependencies
shell: sh
run: |
apk add --update nodejs bash git openssh-client
- name: Checkout Repository
uses: https://github.com/actions/checkout@v4
with:
Expand Down

0 comments on commit a73124d

Please sign in to comment.