Skip to content

Commit

Permalink
Update docker-push.yml - removed unused output
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap authored Sep 21, 2023
1 parent 043ce67 commit 730c35f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
docker_build_and_push:
name: Docker build and push
runs-on: ubuntu-22.04
outputs:
version: ${{ steps.extract-metadata.outputs.version }}
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -73,4 +71,4 @@ jobs:
- name: Print Outputs
run: |
echo "Tags: ${{ steps.extract-metadata.outputs.tags }}"
echo "Labels: ${{ steps.extract-metadata.outputs.labels }}"
echo "Labels: ${{ steps.extract-metadata.outputs.labels }}"

0 comments on commit 730c35f

Please sign in to comment.