Skip to content

Commit

Permalink
feat: docker file (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo authored Nov 6, 2023
1 parent 9cfadc8 commit b832987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/arex-replay-schedule:${{ steps.vars.outputs.tag }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:${{ vars.AREX_VER }}

0 comments on commit b832987

Please sign in to comment.