Skip to content

Commit

Permalink
renamed container image to webservice
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor committed Nov 2, 2020
1 parent fa06f22 commit a811ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
- name: build and push simple watching container
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
Expand All @@ -18,13 +18,13 @@ jobs:
repository: ralphtro/epcis-event-hash-generator/epcis-hash
tag_with_ref: true

- name: Push to GitHub Packages
- name: build and push web service
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile.webapi
registry: docker.pkg.github.com
repository: ralphtro/epcis-event-hash-generator/webapi
repository: ralphtro/epcis-event-hash-generator/webservice
tag_with_ref: true

0 comments on commit a811ce3

Please sign in to comment.