Skip to content

Commit

Permalink
Remove leftover comment from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Jun 17, 2024
1 parent 4b5d6a5 commit 31b4dc6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,27 +694,3 @@ jobs:
name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_NODE_IMAGE }}:${{ steps.meta.outputs.version }}
# -
# name: Build and push master
# uses: docker/build-push-action@v4
# with:
# context: ./master
# platforms: linux/amd64,linux/arm64
# file: ./master/Dockerfile
# push: true
# tags: noaagsl/slurm-master:latest
# cache-from: type=gha
# cache-to: type=gha,mode=max
#
# -
# name: Build and push node
# uses: docker/build-push-action@v4
# with:
# context: ./node
# platforms: linux/amd64,linux/arm64
# file: ./node/Dockerfile
# push: true
# tags: noaagsl/slurm-node:latest
# cache-from: type=gha
# cache-to: type=gha,mode=max

0 comments on commit 31b4dc6

Please sign in to comment.