Skip to content

Commit

Permalink
Fixed image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro committed Oct 1, 2024
1 parent 0b7fc51 commit ac37d42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
context: .
file: ./Dockerfile.ui
cache-from: type=local,src=/tmp/cvat_cache_ui
tags: cvat/ui:latest
tags: cvat/ui:dev
load: true

- name: CVAT server. Extract metadata (tags, labels) for Docker
Expand All @@ -147,9 +147,9 @@ jobs:
- name: Pull CVAT server image
run: |
docker pull ${{ steps.meta-server.outputs.tags }}
docker tag ${{ steps.meta-server.outputs.tags }} cvat/server:dev
#TODO fix tag in Dockerfile.ci
docker tag ${{ steps.meta-server.outputs.tags }} cvat/server:local
docker tag ${{ steps.meta-server.outputs.tags }} cvat/server:latest
docker tag cvat/ui:latest cvat/ui:local
- name: OPA tests
run: |
Expand Down

0 comments on commit ac37d42

Please sign in to comment.