Skip to content

Commit

Permalink
Merge pull request #18 from TheManWhoLikesToCode/TheManWhoLikesToCode…
Browse files Browse the repository at this point in the history
…-patch-1

Deleted Label Updated Docker
  • Loading branch information
TheManWhoLikesToCode authored Jan 6, 2024
2 parents c07bda1 + 7a99690 commit ff4e12b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

backend-build:

runs-on: ubuntu-latest

steps:
- name: Checkout backend code
uses: actions/checkout@v3
- name: Build the Docker image for backend
run: docker build ./backend -t backend-image-name:$(date +%s)

frontend-build:

runs-on: ubuntu-latest

steps:
- name: Checkout frontend code
uses: actions/checkout@v3
- name: Build the Docker image for frontend
run: docker build ./frontend -t frontend-image-name:$(date +%s)
22 changes: 0 additions & 22 deletions .github/workflows/label.yml

This file was deleted.

0 comments on commit ff4e12b

Please sign in to comment.