removed platforms
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
release-tag / release-image (push) Failing after 39s

This commit is contained in:
2024-08-01 16:00:07 +02:00
parent 039ebba936
commit 514f6e2d70
-3
View File
@@ -42,9 +42,6 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: |
linux/amd64
linux/arm64
push: true push: true
tags: | # replace it with your local IP and tags tags: | # replace it with your local IP and tags
192.168.0.29:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} 192.168.0.29:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}