⬆️ Update docker/build-push-action action to v5.0.0

| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | docker/build-push-action | v4.2.1 | v5.0.0 |
This commit is contained in:
feisar-bot
2023-09-12 08:21:37 +00:00
committed by auricom
parent 80fb09e7c8
commit df3733e20f

View File

@@ -111,7 +111,7 @@ jobs:
EOF
- name: Publish web container
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: /home/runner/crdSchemas
platforms: linux/amd64,linux/arm64