Skip to content

Commit

Permalink
Update docker/build-push-action action to v1.1.2 (#102)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://togithub.com/docker/build-push-action)
| action | patch | `v1.1.0` -> `v1.1.2` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v1.1.2`](https://togithub.com/docker/build-push-action/compare/v1.1.1...v1.1.2)

[Compare
Source](https://togithub.com/docker/build-push-action/compare/v1.1.1...v1.1.2)

###
[`v1.1.1`](https://togithub.com/docker/build-push-action/releases/tag/v1.1.1)

[Compare
Source](https://togithub.com/docker/build-push-action/compare/v1.1.0...v1.1.1)

-   Add deprecation notice (v2 beta available)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/ilkka/nisse).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6InRydW5rIn0=-->
  • Loading branch information
ilkka committed Sep 20, 2023
2 parents 899fd4c + 93ec1e7 commit 1757134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v1.1.2
with:
username: ilkka
password: ${{ github.token }}
Expand Down

0 comments on commit 1757134

Please sign in to comment.