Skip to content

Commit efadc40

Browse files
authored
Merge pull request #126 from snowdreamtech/gh-actions-update-1736961157
Update GitHub Action Versions
2 parents 4945c33 + e40235e commit efadc40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/alpine-frpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
146146
- name: Build and push
147-
uses: docker/build-push-action@v6.11.0
147+
uses: docker/build-push-action@v6.12.0
148148
with:
149149
context: alpine/frpc
150150
build-args: |

.github/workflows/alpine-frps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
146146
- name: Build and push
147-
uses: docker/build-push-action@v6.11.0
147+
uses: docker/build-push-action@v6.12.0
148148
with:
149149
context: alpine/frps
150150
build-args: |

.github/workflows/debian-frpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
138138
- name: Build and push
139-
uses: docker/build-push-action@v6.11.0
139+
uses: docker/build-push-action@v6.12.0
140140
with:
141141
context: debian/frpc
142142
build-args: |

.github/workflows/debian-frps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
138138
- name: Build and push
139-
uses: docker/build-push-action@v6.11.0
139+
uses: docker/build-push-action@v6.12.0
140140
with:
141141
context: debian/frps
142142
build-args: |

0 commit comments

Comments
 (0)