Skip to content

Commit bf35dfa

Browse files
authored
Merge pull request #1 from snowdreamtech/gh-actions-update-1737739229
Update GitHub Action Versions
2 parents c2cce6f + 273af2f commit bf35dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
env:
155155
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
156156
- name: Build and push
157-
uses: docker/build-push-action@v6.12.0
157+
uses: docker/build-push-action@v6.13.0
158158
with:
159159
context: alpine
160160
build-args: |

.github/workflows/debian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
env:
147147
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
148148
- name: Build and push
149-
uses: docker/build-push-action@v6.12.0
149+
uses: docker/build-push-action@v6.13.0
150150
with:
151151
context: debian
152152
build-args: |

0 commit comments

Comments
 (0)