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

Commit

Permalink
Fixed bad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Oct 10, 2021
1 parent 90c07ef commit 503cd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
echo ::set-output name=arch::arm64
echo ::set-output name=runner::2.283.3
echo ::set-output name=image::ghcr.io/${{ github.repository_owner }}/runner-image-arm
echo ::set-output name=image::ghcr.io/${{ github.repository_owner }}/runner-image-arm64
echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
- name: Login
uses: docker/login-action@v1
Expand Down

0 comments on commit 503cd49

Please sign in to comment.