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: ahrtr/etcd-defrag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de25473168dfdd90081a7a13bd3b92fbdd937297
Choose a base ref
..
head repository: ahrtr/etcd-defrag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 637ad77f3fd82faa04347525f33d58908a504207
Choose a head ref
Showing with 1 addition and 7 deletions.
  1. +1 −7 .github/workflows/publish.yaml
8 changes: 1 addition & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -26,13 +26,7 @@ jobs:
run: |
export COMMIT=${{ github.sha}}
export TAG=$(echo ${{ github.ref }} | cut -d "/" -f 3 - )
ko publish ./ --base-import-paths --platform=linux/amd64,linux/arm64 --tags $TAG \
--image-label org.opencontainers.image.source="https://github.com/ahrtr/etcd-defrag" \
--image-label org.opencontainers.image.created="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
--image-label org.opencontainers.image.authors="ahrtr" \
--image-label org.opencontainers.image.url= \
--image-label org.opencontainers.image.vendor=
ko publish ./ --base-import-paths --platform=linux/amd64,linux/arm64 \
ko publish ./ --base-import-paths --platform=linux/amd64,linux/arm64 --tags latest,$TAG \
--image-label org.opencontainers.image.source="https://github.com/ahrtr/etcd-defrag" \
--image-label org.opencontainers.image.created="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
--image-label org.opencontainers.image.authors="ahrtr" \