Skip to content

Commit

Permalink
Merge pull request #173 from prose-im/master
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
valeriansaliou authored Aug 28, 2024
2 parents cfe557e + cb6ce0f commit 6f4066d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ jobs:
env/nginx/
Dockerfile
- name: Acquire Docker image metadata
id: metadata
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Log in to the container registry
uses: docker/login-action@v3
with:
Expand All @@ -103,8 +97,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.revision }}

deploy:
needs: build
Expand Down

0 comments on commit 6f4066d

Please sign in to comment.