Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Mar 19, 2022
1 parent df4c193 commit 5524db4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Public Container Registry
name: Public Credential Registry

on: [push]

Expand All @@ -13,9 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
working-directory: ./containers/hello
run: docker-compose up --build --tag transmute/hello --label custom-label-for-issuer hello

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand All @@ -28,12 +25,15 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ./containers/hello
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Review Meta
run: echo "${{ fromJSON(steps.meta.outputs.json)}}"

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: ./containers/hello
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5524db4

Please sign in to comment.