Skip to content

Commit

Permalink
changed names on images.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslaunerbaek committed Nov 24, 2023
1 parent 5ac4b79 commit f728191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-interactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
paths:
- "services/interactive/**"
- ".github/workflows/**"
branches: ["main", "dev"]
branches: ["main"]
tags: ["v*"]
pull_request:
branches: ["main"]

env:
DOCKERHUB_USERNAME: jakobhviid
IMAGE_NAME: anbae-big-data-course
IMAGE_NAME: sdu-big-data-course-interactive


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-push-kafka-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
paths:
- "services/kafka-connect/**"
- ".github/workflows/**"
branches: ["main", "dev"]
branches: ["main"]
tags: ["v*"]
pull_request:
branches: ["main"]

env:
DOCKERHUB_USERNAME: jakobhviid
IMAGE_NAME: cp-server-connect-base
IMAGE_NAME: sdu-big-data-course-kafka-connect
CP_VERSION: 7.3.1

jobs:
Expand Down

0 comments on commit f728191

Please sign in to comment.