Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update .github/workflows/ghcr.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Krystle Salazar <krystle.salazar@automattic.com>
  • Loading branch information
obulat and krysal committed Dec 14, 2022
1 parent 018d0b3 commit 87cc4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
for tag in metadata["tags"]:
if ":main" not in tag:
version = tag.split(":")[1]
with open(os.environ.get("GITHUB_STATE"), "a") as state:
with open(os.environ.get("GITHUB_OUTPUT"), "a") as state:
state.write(f"version={version}\n")
- uses: docker/build-push-action@v3
Expand Down

0 comments on commit 87cc4fa

Please sign in to comment.