Skip to content

Commit

Permalink
test ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 5, 2024
1 parent 0ec014a commit 5a92d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
file : ${{ inputs.image_file }}
build-args: ${{ inputs.image_build_args }}
push: true
tags: ${{ inputs.image_name }}:latest,${{ inputs.image_name }}:${{ inputs.image_version }}
tags: ${{ inputs.docker_registry }}/${{ inputs.image_name }}:latest,${{ inputs.docker_registry }}/${{ inputs.image_name }}:${{ inputs.image_version }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image
Expand All @@ -65,6 +65,6 @@ jobs:
file : ${{ inputs.image_file }}
build-args: ${{ inputs.image_build_args }}
push: true
tags: ${{ inputs.image_name }}:${{ inputs.image_version }}
tags: ${{ inputs.docker_registry }}/${{ inputs.image_name }}:${{ inputs.image_version }}
labels: ${{ steps.meta.outputs.labels }}

4 changes: 2 additions & 2 deletions .github/workflows/docker_with_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
file : ${{ inputs.image_file }}
build-args: ${{ inputs.image_build_args }}
push: true
tags: ${{ inputs.image_name }}:latest,${{ inputs.image_name }}:${{ inputs.image_version }}
tags: ${{ inputs.docker_registry }}/${{ inputs.image_name }}:latest,${{ inputs.docker_registry }}/${{ inputs.image_name }}:${{ inputs.image_version }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image
Expand All @@ -119,6 +119,6 @@ jobs:
file : ${{ inputs.image_file }}
build-args: ${{ inputs.image_build_args }}
push: true
tags: ${{ inputs.image_name }}:${{ inputs.image_version }}
tags: ${{ inputs.docker_registry }}/${{ inputs.image_name }}:${{ inputs.image_version }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5a92d54

Please sign in to comment.