Skip to content

Commit

Permalink
fix miss
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 21, 2024
1 parent 8d3aa77 commit 0f2cf52
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
#images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ex1
#- name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build a image
id: push
Expand All @@ -49,7 +48,7 @@ jobs:
context: .
push: false
#tags: ${{ steps.meta.outputs.tags }}
tags: test
tags: ex1:test
#platforms: linux/amd64,linux/arm64
#labels: ${{ steps.meta.outputs.labels }}
labels: test
Expand Down

0 comments on commit 0f2cf52

Please sign in to comment.