Skip to content

fixed created at in duel participant #7

fixed created at in duel participant

fixed created at in duel participant #7

Workflow file for this run

name: FrontendDeploy
on:
push:
branches:
- master
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: docker.io/eewynell/coduels-frontend:latest