⬆️ Update docker/build-push-action action to v4.2.0

| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | docker/build-push-action | v4.1.1 | v4.2.0 |
This commit is contained in:
feisar-bot
2023-09-08 08:19:50 +00:00
parent 0c9e8da761
commit e45147d6b3

View File

@@ -111,7 +111,7 @@ jobs:
EOF
- name: Publish web container
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0
with:
context: /home/runner/crdSchemas
platforms: linux/amd64,linux/arm64