Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 4m-mazi/gh-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7c818ef9f5444380c7e58d20b042bd0d0c5597db
Choose a base ref
..
head repository: 4m-mazi/gh-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 445e8957258d26ee28609e34a14507636dcf63d2
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/docker-publish.yml
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -39,12 +39,12 @@ jobs:
echo "BINARY_NAME=$(cargo metadata --offline --no-deps --format-version=1 | jq -r '.packages[].targets[] | select(.kind | map(. == "bin") | any ) | .name')" >> $GITHUB_OUTPUT
create-tag:
if: ${{ inputs.tag-name }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create tag
- if: ${{ inputs.tag-name }}
name: Create tag
run: |
gh api \
--method POST \