mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Compare commits
3 Commits
dcc4191f10
...
8ea622f35f
Author | SHA1 | Date | |
---|---|---|---|
|
8ea622f35f | ||
|
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
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user