Skip to content

Commit

Permalink
ci: remove bad quoting in publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Nov 23, 2020
1 parent 251dd8e commit 477fa75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-master.yaml
Expand Up @@ -46,8 +46,8 @@ jobs:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: |
org.opencontainers.image.created=${{ steps.metadata.outputs.timestamp }}"
org.opencontainers.image.name=${{ steps.metadata.outputs.name }}"
org.opencontainers.image.created=${{ steps.metadata.outputs.timestamp }}
org.opencontainers.image.name=${{ steps.metadata.outputs.name }}
org.opencontainers.image.revision=${{ github.sha }}
- name: Docker Publish - Debug
Expand All @@ -58,8 +58,8 @@ jobs:
push: true
tags: pomerium/pomerium:debug
labels: |
org.opencontainers.image.created=${{ steps.metadata.outputs.timestamp }}"
org.opencontainers.image.name=${{ steps.metadata.outputs.name }}"
org.opencontainers.image.created=${{ steps.metadata.outputs.timestamp }}
org.opencontainers.image.name=${{ steps.metadata.outputs.name }}
org.opencontainers.image.revision=${{ github.sha }}
deploy:
Expand Down

0 comments on commit 477fa75

Please sign in to comment.