Skip to content

Commit

Permalink
feat(publish.yml): update docker hub desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent committed May 22, 2024
1 parent f20edc4 commit 8411e5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: semver
uses: martinbeentjes/npm-get-version-action@main
uses: martinbeentjes/npm-get-version-action@update/docker-push-to-registries-update-desc
- run: sudo apt-get install jq
- id: set_vars
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
needs:
- integrated_tests
- get_variables
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@update/docker-push-to-registries-update-desc
with:
APP_NAME: ${{ needs.get_variables.outputs.app_name }}
DOCKERFILE: Dockerfile.build
Expand All @@ -80,7 +80,7 @@ jobs:
- integrated_tests
- get_variables
- publish_build_image_to_registries
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@update/docker-push-to-registries-update-desc
with:
APP_NAME: ${{ needs.get_variables.outputs.app_name }}
DOCKERFILE: Dockerfile
Expand All @@ -95,7 +95,7 @@ jobs:
# trigger_owasp_dependency_check:
# needs:
# - publish_build_image_to_registries
# uses: telicent-oss/shared-workflows/.github/workflows/dependency_tracking.yml@main
# uses: telicent-oss/shared-workflows/.github/workflows/dependency_tracking.yml@update/docker-push-to-registries-update-desc
# with:
# APP_NAME: ${{ needs.get_variables.outputs.app_name }}
# secrets: inherit

0 comments on commit 8411e5f

Please # to comment.