Skip to content

Commit

Permalink
Change labelling to have one big label comprised of matrix values
Browse files Browse the repository at this point in the history
  • Loading branch information
cozyGalvinism committed Mar 25, 2024
1 parent bb9c236 commit b4eed89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=${{ matrix.label }}
type=raw,value=rust-${{ matrix.version }}
type=raw,value=${{ matrix.host }}
type=raw,value=rust-${{ matrix.version }}+${{ matrix.host }}+${{ matrix.label }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=${{ matrix.label }}
type=raw,value=rust-${{ matrix.version }}
type=raw,value=${{ matrix.host }}
type=raw,value=rust-${{ matrix.version }}+${{ matrix.host }}+${{ matrix.label }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit b4eed89

Please sign in to comment.