Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 2, 2024
1 parent 027fd16 commit d90fa08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 75 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/build-and-push-docker.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build Docker Image

on:
push:

jobs:
build-and-push-workflow:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
image-name: apollon-standalone
docker-file: Dockerfile.redis
secrets: inherit

0 comments on commit d90fa08

Please sign in to comment.