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 d834da2 commit e05838a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ccm-mgmt/backend
tags: ccm-mgmt/backend:${{ GITHUB_REF }}
- name: Build and Push
uses: docker/build-push-action@v3
with:
context: .
file: docker/backend/Dockerfile
push: true
push: true
tags: ccm-mgmt/backend:${{ GITHUB_REF }}

0 comments on commit e05838a

Please sign in to comment.