Skip to content

Commit 6ccd498

Browse files
Update docker/build-push-action action to v6
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v2 | v6 |
1 parent f62d008 commit 6ccd498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
password: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Build and push
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v6
8282
with:
8383
context: .
8484
file: ./Dockerfile

0 commit comments

Comments
 (0)