Skip to content

Commit

Permalink
chore: fix docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 20, 2023
1 parent e9a7806 commit ea56953
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 @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: docker/setup-buildx-action@v1.3.0
- uses: docker/setup-qemu-action@v2.0.0
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2

- name: Login to dockerhub
uses: docker/login-action@v2
Expand All @@ -32,7 +32,7 @@ jobs:
type=semver,pattern={{version}}
type=sha
type=ref,event=branch
label-custom: |
labels: |
org.opencontainers.image.vendor=moscajs
org.opencontainers.image.documentation=https://github.com/moscajs/aedes-cli
org.opencontainers.image.authors=Daniel Lando <[email protected]>
Expand Down

0 comments on commit ea56953

Please sign in to comment.