Skip to content

Commit df8d8eb

Browse files
authored
Merge pull request #4 from snowdreamtech/gh-actions-update-1739984107
Update GitHub Action Versions
2 parents fec611a + 5b8f723 commit df8d8eb

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

.github/workflows/debian.yml

+1-1
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.13.0
139+
uses: docker/build-push-action@v6.14.0
140140
with:
141141
context: debian
142142
build-args: |

0 commit comments

Comments
 (0)