Skip to content

Commit

Permalink
Fix 1.82 images
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 2, 2024
1 parent 03531fe commit 9387dbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Stable CI
on:
schedule:
- cron: "7 */12 * * *"
push:
branches: ["main"]

env:
NAME: rust
Expand Down Expand Up @@ -112,7 +114,7 @@ jobs:
echo 'result<<EOF'$'\n'"$result"$'\n'EOF >> $GITHUB_OUTPUT
env:
IMAGE: ${{ matrix.registry }}/${{ github.repository_owner }}/${{ env.NAME }}
IMAGE_OS: ${{ matrix.os }}
IMAGE_OS: 1.82-${{ matrix.os }}
if: ${{ steps.skip.outputs.no == 'true' }}

- name: Login to ${{ matrix.registry }} container registry
Expand All @@ -134,7 +136,7 @@ jobs:
run: bash stable/copy.sh
env:
IMAGE: ${{ matrix.registry }}/${{ github.repository_owner }}/${{ env.NAME }}
IMAGE_OS: ${{ matrix.os }}
IMAGE_OS: 1.82-${{ matrix.os }}
IMAGE_TAGS: ${{ matrix.tags }}
if: ${{ steps.skip.outputs.no == 'true'
&& contains(steps.upstream.outputs.result, 'CHANGED') }}
Expand Down

0 comments on commit 9387dbd

Please sign in to comment.