Skip to content

Commit

Permalink
Rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Dec 1, 2020
1 parent 88630d1 commit df24c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ main ]

jobs:
shipments:
build_and_push:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Build the Docker image
run: docker build ./src/ --file ./src/Keda.Samples.Dotnet.OrderProcessor/Dockerfile --tag ghcr.io/kedacore/sample-dotnet-worker-servicebus-queue:latest
- name: Push the Docker image
run: docker push ghcr.io/kedacore/sample-dotnet-worker-servicebus-queue:latest
run: docker push ghcr.io/kedacore/sample-dotnet-worker-servicebus-queue:latest

0 comments on commit df24c21

Please sign in to comment.