We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6624dea commit a7e9e37Copy full SHA for a7e9e37
.github/workflows/deploy.yml
@@ -39,7 +39,6 @@ jobs:
39
- name: Login to Registry
40
uses: docker/login-action@v3
41
with:
42
- registry: ghcr.io
43
username: ${{ secrets.DOCKER_USERNAME }}
44
password: ${{ secrets.DOCKER_TOKEN }}
45
@@ -48,4 +47,4 @@ jobs:
48
47
49
platforms: linux/amd64,linux/arm64
50
push: true
51
- tags: ghcr.io/fraunhoferiosb/fx-ccm-dataspace-poc-business-int-logic:latest
+ tags: fraunhoferiosb/fx-ccm-dataspace-poc-business-int-logic:latest
Dockerfile
@@ -1,6 +1,5 @@
1
# simple BASE-Image
2
FROM python:3.10.11
3
-LABEL org.opencontainers.image.source = "https://github.com/FraunhoferIOSB/fx-ccm-dataspace-poc-business-int-logic"
4
5
# working directory for te container
6
WORKDIR /fx_data_source
0 commit comments