Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit cc130d1

Browse files
chore: update docker/build-push-action action to v6.19.1 (#287)
1 parent 7f3dff7 commit cc130d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.GITHUB_TOKEN }}
5252
- name: build development image
53-
uses: docker/build-push-action@v6.19.0
53+
uses: docker/build-push-action@v6.19.1
5454
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
5555
with:
5656
context: .
5757
tags: ghcr.io/${{ github.repository }}:development
5858
push: ${{ github.ref == 'refs/heads/main' }}
5959
- name: build latest image
60-
uses: docker/build-push-action@v6.19.0
60+
uses: docker/build-push-action@v6.19.1
6161
if: ${{ startsWith(github.ref, 'refs/tags/') }}
6262
with:
6363
context: .

0 commit comments

Comments
 (0)