Skip to content

Commit

Permalink
build on correct images
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Oct 14, 2024
1 parent 0d3251c commit 44ded6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
file: ./docker/Dockerfile-plus1
build-args: version=${SITESPEED_VERSION}
build-args: version=${{ steps.extract_version.outputs.SITESPEED_VERSION }}
push: true
provenance: false
tags: sitespeedio/sitespeed.io:${{ steps.extract_version.outputs.SITESPEED_VERSION }}-plus1,sitespeedio/sitespeed.io:${{ steps.extract_version.outputs.SITESPEED_MAJOR_VERSION }}-plus1
Expand All @@ -63,7 +63,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile-slim
build-args: version=${SITESPEED_VERSION}
build-args: version=${{ steps.extract_version.outputs.SITESPEED_VERSION }}
push: true
provenance: false
tags: sitespeedio/sitespeed.io:${{ steps.extract_version.outputs.SITESPEED_VERSION }}-slim,sitespeedio/sitespeed.io:${{ steps.extract_version.outputs.SITESPEED_MAJOR_VERSION }}-slim

0 comments on commit 44ded6e

Please sign in to comment.