Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jan 8, 2024
1 parent a77bc3e commit 50cc471
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/make-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Set tags
id: tags
run: |
echo "{arch}={${{ matrix.arch }}}" >> $GITHUB_OUTPUT
echo "{runner}={${{ matrix.version }}}" >> $GITHUB_OUTPUT
echo "{image}={ghcr.io/${{ github.repository_owner }}/runner-image-arm}" >> $GITHUB_OUTPUT
echo "{tag}={${GITHUB_REF#refs/tags/v}}" >> $GITHUB_OUTPUT
echo "arch=${{ matrix.arch }}" >> $GITHUB_OUTPUT
echo "runner=${{ matrix.version }}" >> $GITHUB_OUTPUT
echo "image=ghcr.io/${{ github.repository_owner }}/runner-image-arm" >> $GITHUB_OUTPUT
echo "tag=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Login
uses: docker/login-action@v3
with:
Expand All @@ -43,8 +43,8 @@ jobs:
- name: Set tags
id: tags
run: |
echo "{manifest}={ghcr.io/${{ github.repository_owner }}/runner-image}" >> $GITHUB_OUTPUT
echo "{tag}={${GITHUB_REF#refs/tags/v}}" >> $GITHUB_OUTPUT
echo "manifest=ghcr.io/${{ github.repository_owner }}/runner-image" >> $GITHUB_OUTPUT
echo "tag=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Login
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 50cc471

Please sign in to comment.