Skip to content

Commit 451791b

Browse files
authored
Merge pull request #17 from snowdreamtech/gh-actions-update-1745515875
Update GitHub Action Versions
2 parents d5d7d66 + b14b154 commit 451791b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpine.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.15.0
147+
uses: docker/build-push-action@v6.16.0
148148
with:
149149
context: alpine
150150
build-args: |

.github/workflows/debian.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.15.0
139+
uses: docker/build-push-action@v6.16.0
140140
with:
141141
context: debian
142142
build-args: |

0 commit comments

Comments
 (0)