Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Sep 8, 2021
1 parent 03ab792 commit 53a0827
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 @@ -39,4 +39,4 @@ jobs:
build-args:
APP_VERSION=${{ steps.previoustag.outputs.tag }}
tags:
${{ secrets.DOCKER_HUB_USERNAME }}/ray-server:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/ray-server:${{ steps.previoustag.outputs.tag }}, ${{ secrets.DOCKER_HUB_USERNAME }}/debugger:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/debugger:${{ steps.previoustag.outputs.tag }}
${{ secrets.DOCKER_HUB_USERNAME }}/ray-server:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/ray-server:${{ steps.previoustag.outputs.tag }}, ${{ secrets.DOCKER_HUB_USERNAME }}/debugger:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/debugger:${{ steps.previoustag.outputs.tag }}, ${{ secrets.DOCKER_HUB_USERNAME }}/buggregator:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/buggregator:${{ steps.previoustag.outputs.tag }}

0 comments on commit 53a0827

Please sign in to comment.