Skip to content

Commit

Permalink
remove telematic local messaging job
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Jul 12, 2024
1 parent be2043f commit be67a1f
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,33 +309,3 @@ jobs:
build-args: |
BUILD_DATE=${{ steps.docker-image-metadata.outputs.build_date }}
VCS_REF=${{ steps.docker-image-metadata.outputs.vcs_ref }}
dockerhub-telematic-local-messaging:
needs: determine_docker_org_and_tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get Docker Image Metadata
shell: bash
id: docker-image-metadata
run: |
echo build_date=$(date -u +”%Y-%m-%dT%H:%M:%SZ”) >> $GITHUB_OUTPUT
echo vcs_ref=$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: ./telematic_system/telematic_cloud_messaging/
file: ./telematic_system/telematic_cloud_messaging/local.Dockerfile
push: true
tags: usdotfhwastoldev/telematic_local_messaging:${{ github.ref_name }}
build-args: |
BUILD_DATE=${{ steps.docker-image-metadata.outputs.build_date }}
VCS_REF=${{ steps.docker-image-metadata.outputs.vcs_ref }}

0 comments on commit be67a1f

Please sign in to comment.