Skip to content

Commit

Permalink
init github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed Apr 30, 2024
1 parent ace7d6c commit 60be1b8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build_and_push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [ "master" ]

jobs:
# Frontend:
# name: Push Frontend Image
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# Frontend:
# name: Push Frontend Image
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4

Backend:
name: Push Backend Image
Expand All @@ -21,10 +21,12 @@ jobs:
uses: docker/login-action@v3
- name: metadata
id: meta
uses: ocker/metadata-action@v5
uses: docker/metadata-action@v5
with:
images: ccm-mgmt/backend
- name: Build and Push
uses: docker/build-push-action@v5
context: .
file: .
uses: docker/build-push-action@
with:
context: .
file: docker/backend/Dockerfile
push: true

0 comments on commit 60be1b8

Please sign in to comment.