diff --git a/.github/workflows/docker-push-containers-to-dockerhub.yaml b/.github/workflows/docker-push-containers-to-dockerhub.yaml index b9af80c..113e878 100644 --- a/.github/workflows/docker-push-containers-to-dockerhub.yaml +++ b/.github/workflows/docker-push-containers-to-dockerhub.yaml @@ -28,5 +28,5 @@ jobs: --platform linux/amd64 \ --push \ --tag senzing/senzingapi-runtime:${{ github.ref_name }} \ - --tag senzing/sengingapi-runtime:latest \ + --tag senzing/senzingapi-runtime:latest \ .