Skip to content

Commit

Permalink
Adds labels to published docker images (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Dec 6, 2023
1 parent 5fe2ef4 commit fdac8ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/DockerPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Define Docker metadata
id: meta
uses: docker/metadata-action@v5

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -46,4 +50,5 @@ jobs:
with:
push: true
tags: ${{ matrix.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: SLURM_VERSION=${{ matrix.slurm-version }}

0 comments on commit fdac8ab

Please sign in to comment.