Skip to content

Commit

Permalink
Update GitHub actions: remove aarch64 and deprecated 2010 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Aug 17, 2024
1 parent 7c5c763 commit 3b320d3
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push 2010_x86_64 image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile_2010_x86_64
platforms: linux/amd64
push: true
tags: ghcr.io/q-posev/hdf5_1_12_on_2010_x86_64:latest
-
name: Build and push 2014_x86_64 image
uses: docker/build-push-action@v2
Expand All @@ -44,29 +35,11 @@ jobs:
push: true
tags: ghcr.io/q-posev/hdf5_1_12_on_2014_x86_64:latest
-
name: Build and push 2_24_x86_64 image
name: Build and push 2_28_x86_64 image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile_2_24_x86_64
file: ./Dockerfile_2_28_x86_64
platforms: linux/amd64
push: true
tags: ghcr.io/q-posev/hdf5_1_12_on_2_24_x86_64:latest
-
name: Build and push 2014_aarch64 image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile_2014_aarch64
platforms: linux/arm64
push: true
tags: ghcr.io/q-posev/hdf5_1_12_on_2014_aarch64:latest
-
name: Build and push 2_24_aarch64 image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile_2_24_aarch64
platforms: linux/arm64
push: true
tags: ghcr.io/q-posev/hdf5_1_12_on_2_24_aarch64:latest
tags: ghcr.io/q-posev/hdf5_1_12_on_2_28_x86_64:latest

0 comments on commit 3b320d3

Please sign in to comment.