Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 732726c

Browse files
authored
Merge pull request #6 from BlueBrain/docker-build-fix
Bugfix in docker build command
2 parents dbb4f27 + e1f4c7d commit 732726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build and push container
3434
run: |
3535
SOURCE_CHECKSUM=$(find hpc_provisioner -type f -exec sha256sum {} \; | sha256sum | awk '{print $1}')
36-
docker build --label "org.opencontainers.image.checksum=${SOURCE_CHECKSUM}" --label "org.opencontainers.image.software_version=${REL_TAG}" -t hpc-resource-provisioner:${REL_TAG}
36+
docker build --label "org.opencontainers.image.checksum=${SOURCE_CHECKSUM}" --label "org.opencontainers.image.software_version=${REL_TAG}" -t hpc-resource-provisioner:${REL_TAG} .
3737
docker login -u bbpbuildbot -p ${BBPBUILDBOT_DOCKERHUB_PASSWORD}
3838
docker push hpc-resource-provisioner:${REL_TAG} docker.io/bluebrain/hpc-resource-provisioner:${REL_TAG}
3939
docker push hpc-resource-provisioner:${REL_TAG} docker.io/bluebrain/hpc-resource-provisioner:latest

0 commit comments

Comments
 (0)