Skip to content

Update Docker image tag to version ute1732432112 across configuration… #18

Update Docker image tag to version ute1732432112 across configuration…

Update Docker image tag to version ute1732432112 across configuration… #18

Workflow file for this run

name: Docker Image
on:
push:
branches: ["develop"]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set Up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build & Push Docker Image
run: make docker-buildx