Merge pull request #939 from Lookyloo/dependabot/github_actions/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
pull/940/head
Raphaël Vinot 2024-09-24 14:44:29 +02:00 提交者 GitHub
當前提交 193456a7e5
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -71,7 +71,7 @@ jobs:
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}