Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Nov 9, 2024
1 parent 8eb436e commit ea840fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Build Release
run: cargo build --release

- uses: actions/upload-artifact@v4
- name: Upload Release
uses: actions/upload-artifact@v4
with:
name: mqtt-gateway
path: target/release/mqtt-gateway
Expand All @@ -75,7 +76,7 @@ jobs:
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build-and-push-image:
docker-image:
runs-on: ubuntu-latest
if:
needs: build
Expand Down Expand Up @@ -129,6 +130,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true


push-to-registry: true

0 comments on commit ea840fe

Please sign in to comment.