Skip to content

Commit

Permalink
Simplify extract metadata step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 4, 2024
1 parent d4a4056 commit 7117f2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
- name: Extract version for apptainer build
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}

- name: Setup apptainer executable
uses: eWaterCycle/setup-apptainer@v2
Expand Down

0 comments on commit 7117f2b

Please sign in to comment.