git actions fix
Some checks failed
Docker Image CI / build-and-push (push) Successful in 1m57s
Docker Image CI / deploy (push) Failing after 1m22s

This commit is contained in:
2025-03-11 23:33:44 +01:00
parent 4892bc72c9
commit cc2482dec0

View File

@@ -35,7 +35,7 @@ jobs:
- name: Build the Docker image - name: Build the Docker image
run: | run: |
VERSION=$(cat version.txt) VERSION=$(cat version.txt)
docker build . --file Dockerfile --tag veenm/paypoint:$VERSION --tag veenm/paypoint:latest docker buildx build . --file Dockerfile --tag veenm/paypoint:$VERSION --tag veenm/paypoint:latest --platform linux/amd64
# Stap 5: Docker-image pushen naar Docker Hub (huidige versie tag) # Stap 5: Docker-image pushen naar Docker Hub (huidige versie tag)
- name: Push the Docker image (version) - name: Push the Docker image (version)