Skip to content

Commit

Permalink
ci(github-action): update docker/build-push-action action ( v6.6.1 → …
Browse files Browse the repository at this point in the history
…v6.7.0 )

| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | docker/build-push-action | v6.6.1 | v6.7.0 |
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent eb0879d commit b294de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha
Expand Down

0 comments on commit b294de6

Please sign in to comment.