Skip to content

Commit

Permalink
revert archi specialization; doesnt work with our package list
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell authored Nov 11, 2023
1 parent 07f7934 commit 15f86e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_py_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
id: release
shell: bash
run: echo "tag=$(git rev-parse --short=12 HEAD)" >> $GITHUB_OUTPUT
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
- name: Rebuild and publish py-dsci-100 image
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand All @@ -31,7 +29,6 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: "docker/py-dsci-100"
tags: "latest,${{ steps.release.outputs.tag }}"
platforms: linux/amd64,linux/arm64
- name: Rebuild and publish py-dsci-100-grading image
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand All @@ -40,4 +37,3 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: "docker/py-dsci-100-grading"
tags: "latest,${{ steps.release.outputs.tag }}"
platforms: linux/amd64,linux/arm64

0 comments on commit 15f86e3

Please sign in to comment.