Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent 4945c33 commit e40235e
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 @@ -144,7 +144,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.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 @@ -144,7 +144,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.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 @@ -136,7 +136,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.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 @@ -136,7 +136,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: debian/frps
build-args: |
Expand Down

0 comments on commit e40235e

Please sign in to comment.