Update v2.yml
This commit is contained in:
parent
660a2f436f
commit
5f3982f4dd
7
.github/workflows/v2.yml
vendored
7
.github/workflows/v2.yml
vendored
@ -248,12 +248,13 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v5.1.0
|
||||
with:
|
||||
context: ./dockerfile
|
||||
file: Python
|
||||
context: .
|
||||
file: ./dockerfile/Python
|
||||
push: true
|
||||
tags: |
|
||||
bskjon/mediaprocessing-pymetadata:v2
|
||||
bskjon/mediaprocessing-pymetadata:v2-${{ github.sha }}
|
||||
bskjon/mediaprocessing-pymetadata:v2-${{ steps.docker-tag.outputs.tag }}
|
||||
- name: Build and push Docker images
|
||||
|
||||
Loading…
Reference in New Issue
Block a user