Skip to content

Commit

Permalink
ci: fix unnecessary latest image push
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Dec 5, 2024
1 parent 87e6bd2 commit 740fd7c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}

- name: Copy Dockerfile to the root of the repository
shell: bash
run: cp ./docker/Dockerfile .
Expand All @@ -38,5 +32,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: witnet/web3-jsonrpc-gateway:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

0 comments on commit 740fd7c

Please sign in to comment.