Skip to content

Commit

Permalink
Workflow file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvoxia committed Dec 5, 2023
1 parent 964b00a commit f26d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Convert repository name ot image name
id: image_name
run: |
sed -E -e 's/docker-//' -e 's/^/image_name=/' <<<"${{ gitea.repository }}" >> "$GITHUB_OUTPUT"
sed -E -e 's/docker-//' -e 's/^/image_name=/' <<<"${{ github.repository }}" >> "$GITHUB_OUTPUT"
- name: Generate Docker tag names
id: meta
Expand Down

0 comments on commit f26d6d0

Please sign in to comment.