Skip to content

Commit

Permalink
Try without metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirakis committed Nov 19, 2024
1 parent 6148190 commit 3aeb614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
username: oauth2accesstoken
password: ${{ steps.gcloud-auth.outputs.access_token }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: "us-docker.pkg.dev/grafanalabs-dev/docker-docs-previews-dev/${{ inputs.repo }}"
tags: |-
"${{ inputs.sha }}"
"${{ inputs.event_number }}"
# - name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
# with:
# images: "us-docker.pkg.dev/grafanalabs-dev/docker-docs-previews-dev/${{ inputs.repo }}"
# tags: |-
# "${{ inputs.sha }}"
# "${{ inputs.event_number }}"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
Expand Down

0 comments on commit 3aeb614

Please sign in to comment.