Skip to content

🧪 feat: UrlController tests added #7

🧪 feat: UrlController tests added

🧪 feat: UrlController tests added #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build_and_push:
name: Build & Push to DockerHub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Docker Build and Push to DockerHub
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: virginonline/url-shortener:latest