Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Aug 26, 2024
1 parent 21d11c0 commit d4fc4a8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/create-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@ name: Create Docker Container
on:
push:
branches:
- 'main'
- 'dev'
- main
- dev
tags:
- 'v*'
- v*

jobs:
build-and-push-images:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- dockerfile: ./similarity-service-cosine/Dockerfile
image: ipbhalle/massbank3-similarity-service-cosine
context: ./similarity-service-cosine

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d4fc4a8

Please sign in to comment.