Skip to content

Commit

Permalink
gha. chaned: output type
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Aug 30, 2023
1 parent b569409 commit 5ca9b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build-args: APP_VERSION=${{ env.VERSION }},BUILD_BRANCH=${{ env.BRANCH }},BUILD_DATE=${{ env.DATE }}
platforms: ${{ env.PLATFORMS }}
tags: ${{ github.repository }}:latest
outputs: type=docker,dest=/tmp/docker-image.tar
outputs: type=oci,dest=/tmp/docker-image.tar

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ca9b5a

Please sign in to comment.