Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Aug 3, 2020
1 parent adec094 commit c73d3e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types: [published]

jobs:
deploy-docker-container:
name: deploy-docker-container
push-docker-image:
name: push-docker-image
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -29,5 +29,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: kiwigrid/keycloak-controller
dockerfile: ./target/Dockerfile
path: ./target
tag_with_ref: true

0 comments on commit c73d3e8

Please sign in to comment.