Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shinosaki committed Feb 22, 2024
1 parent 252d241 commit 8f2cf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
with:
platforms: ${{ matrix.arch }}

- run: |
TAG=$(echo ${GITHUB_REF_NAME} | awk -F'-' '{print $2}')
echo "DEB_SUITE=${TAG}" >> $GITHUB_ENV
- run: echo "DEB_SUITE=$(echo ${GITHUB_REF_NAME} | awk -F'-' '{print $2}')" >> $GITHUB_ENV

- name: Build debootstrap docker image
run: docker build -t debootstrap ./debian
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
with:
platforms: ${{ matrix.arch }}

- run: |
TAG=$(echo ${GITHUB_REF_NAME} | awk -F'-' '{print $2}')
echo "DEB_SUITE=${TAG}" >> $GITHUB_ENV
- run: echo "DEB_SUITE=$(echo ${GITHUB_REF_NAME} | awk -F'-' '{print $2}')" >> $GITHUB_ENV

- name: Build debootstrap docker image
run: docker build -t debootstrap ./ubuntu
Expand Down

0 comments on commit 8f2cf60

Please sign in to comment.