Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix IMAGE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
cthtrifork committed Apr 10, 2024
1 parent 2362090 commit db6e4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cheetah_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: ["cheetah-main"]

env:
IMAGE_NAME: cheetah-benthos
IMAGE_NAME: ${{ github.repository }}
DOCKERFILE_PATH: ./resources/docker/Dockerfile
CONTEXT: ./

Expand All @@ -21,7 +21,7 @@ permissions:

jobs:
push_image:
name: "Build and push backend plugin"
name: "Build and push image"
runs-on: ubuntu-latest
timeout-minutes: 15

Expand Down

0 comments on commit db6e4dc

Please sign in to comment.