Skip to content

Commit

Permalink
fix broken publishing on release
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 3, 2023
1 parent d1d12e7 commit d6046ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: lint
run: |
make gofmt
TOPDIR=$(git rev-parse --show-toplevel)
echo "TOPDIR=${TOPDIR}" >> $GITHUB_ENV
- name: make
run: |
Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
build-args: |
ZOT_VERSION=2.0.0-rc5
ROOTFS_VERSION=v0.0.17.231018
TOPDIR=$TOPDIR
url: docker://zothub.io/machine/bootstrap
tags: ${{ github.event.release.tag_name }}
username: ${{ secrets.ZOTHUB_USERNAME }}
Expand Down

0 comments on commit d6046ed

Please sign in to comment.