Skip to content

Commit

Permalink
workflow:update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hackycy committed Aug 11, 2021
1 parent 7ad7515 commit 1060d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sfvueadmin:${{ steps.vars.outputs.short_ref }}:rc
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sfvueadmin:rc
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 1060d1e

Please sign in to comment.