Skip to content

Commit

Permalink
Actions: Bump dependencies & version
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Sep 8, 2023
1 parent 24ef1eb commit cc7ae53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Docker image tag version
id: image-name
run: |
Expand All @@ -22,9 +22,9 @@ jobs:
exit;;
esac
: ${TAG:=latest}
echo "::set-output name=tag::$TAG"
echo "::set-output name=name::ustclug/lug-vpn-web:$TAG"
: ${TAG:=latest} > "$GITHUB_OUTPUT"
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
echo "name=ustclug/lug-vpn-web:$TAG" >> "$GITHUB_OUTPUT"
- name: Build Docker image
run: |
IMAGE="${{ steps.image-name.outputs.name }}"
Expand Down

0 comments on commit cc7ae53

Please sign in to comment.