Skip to content

Commit

Permalink
Merge branch 'main' into danniel/refactorDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Mar 27, 2024
2 parents 0b19205 + d6de5e2 commit ad9c573
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- 'main'
tags:
- 'v*'

name: Build Docker image

jobs:

build:
name: Build Docker image
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/seismic-risc
context: ./
dockerfile: ./docker/dockerfiles/Dockerfile.backend
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 comments on commit ad9c573

Please sign in to comment.