We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e10d958 + 8e1d676 commit be2ca34Copy full SHA for be2ca34
.github/workflows/release-nightly-dcs.yml
@@ -58,7 +58,7 @@ jobs:
58
# run: |
59
# aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
60
nightly-docker-rootful:
61
- runs-on: namespace-profile-gitea-release-docker
+ runs-on: ubuntu-latest
62
steps:
63
- uses: actions/checkout@v4
64
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
0 commit comments