Skip to content

Commit

Permalink
Delete the duplicate step (buildx)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa committed Jan 28, 2024
1 parent 79a8951 commit 6610320
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Tag Docker image
id: tag
uses: docker/metadata-action@v3
- uses: docker/metadata-action@v3
id: meta
with:
tags: |
type=ref,event=branch
Expand Down

0 comments on commit 6610320

Please sign in to comment.