Skip to content

Commit a7e9e37

Browse files
committed
switch to dockerhub
1 parent 6624dea commit a7e9e37

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- name: Login to Registry
4040
uses: docker/login-action@v3
4141
with:
42-
registry: ghcr.io
4342
username: ${{ secrets.DOCKER_USERNAME }}
4443
password: ${{ secrets.DOCKER_TOKEN }}
4544

@@ -48,4 +47,4 @@ jobs:
4847
with:
4948
platforms: linux/amd64,linux/arm64
5049
push: true
51-
tags: ghcr.io/fraunhoferiosb/fx-ccm-dataspace-poc-business-int-logic:latest
50+
tags: fraunhoferiosb/fx-ccm-dataspace-poc-business-int-logic:latest

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# simple BASE-Image
22
FROM python:3.10.11
3-
LABEL org.opencontainers.image.source = "https://github.com/FraunhoferIOSB/fx-ccm-dataspace-poc-business-int-logic"
43

54
# working directory for te container
65
WORKDIR /fx_data_source

0 commit comments

Comments
 (0)