Skip to content

Commit

Permalink
[CI] Renamed ci workflow to build_docker and image tag from `late…
Browse files Browse the repository at this point in the history
…st` to `nightly` (#242)

* Renamed `ci.yaml` to `build_docker.yaml`

Renamed continuous integration workflow to build docker

* Changed the image tag from `latest` to `nightly`
  • Loading branch information
rmanaem authored Dec 7, 2023
1 parent df4353a commit 87a942b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: continuous integration
name: build docker

on:
push:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:nightly

0 comments on commit 87a942b

Please sign in to comment.