mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Compare commits
5 Commits
b0d86c664d
...
e3a04f38fb
Author | SHA1 | Date | |
---|---|---|---|
|
e3a04f38fb | ||
|
57267827f5 | ||
|
b43f954043 | ||
|
1909cc36a8 | ||
|
ca425f9ef5 |
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
# Set buildx cache
|
# Set buildx cache
|
||||||
- name: Cache register
|
- name: Cache register
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: buildx-cache
|
key: buildx-cache
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,12 +25,12 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
id: version-bump
|
id: version-bump
|
||||||
uses: hennejg/github-tag-action@v4.3.1
|
uses: hennejg/github-tag-action@v4.4.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release_branches: rolling
|
release_branches: rolling
|
||||||
- name: create branch
|
- name: create branch
|
||||||
uses: peterjgrainger/action-create-branch@v2.2.0
|
uses: peterjgrainger/action-create-branch@v2.4.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user