Skip to content

Commit

Permalink
removed manifest creation in previous step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ouphi committed Oct 31, 2023
1 parent d0d0bb8 commit 08891d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
run: |
docker buildx build -f "./LoRaEngine/modules/LoRaWanNetworkSrvModule/Dockerfile.${{ matrix.image }}" -t $DOCKERHUB_ORGANISATION/lorawannetworksrvmodule:$VERSION-${{ matrix.image }} --output type=image,push=true "."
docker buildx build -f "./LoRaEngine/modules/LoRaBasicsStationModule/Dockerfile.${{ matrix.image }}" -t $DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION-${{ matrix.image }} --build-arg CONTAINER_REGISTRY_ADDRESS=docker.io --output type=image,push=true "."
- name: Create manifests
run: |
docker manifest create $DOCKERHUB_ORGANISATION/lorawannetworksrvmodule:$VERSION $DOCKERHUB_ORGANISATION/lorawannetworksrvmodule:$VERSION-${{ matrix.image }} --amend
docker manifest create $DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION $DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION-${{ matrix.image }} --amend
docker manifest push $DOCKERHUB_ORGANISATION/lorabasicsstationmodule:$VERSION
docker manifest push $DOCKERHUB_ORGANISATION/lorawannetworksrvmodule:$VERSION
env:
DOCKERHUB_ORGANISATION: ${{ secrets.DOCKER_REPOSITORY }}

Expand Down

0 comments on commit 08891d4

Please sign in to comment.