Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 444ffec

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 88ecf84 commit 444ffec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD Docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- run: echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2525
- name: Build and push
26-
uses: docker/build-push-action@v3
26+
uses: docker/build-push-action@v6
2727
with:
2828
build-args: |
2929
"GH_NPM_TOKEN=${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)