Skip to content

Commit

Permalink
Merge pull request #120 from snowdreamtech/gh-actions-update-1732641094
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream authored Nov 26, 2024
2 parents 868ebc6 + 32dee83 commit 607f93b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: alpine/frpc
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: alpine/frps
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: debian/frpc
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: debian/frps
build-args: |
Expand Down

0 comments on commit 607f93b

Please sign in to comment.