Skip to content

Commit

Permalink
Merge pull request #596 from Adyen/develop
Browse files Browse the repository at this point in the history
Update 4.2.3 version
  • Loading branch information
teodoratimoti authored Dec 25, 2024
2 parents 4526562 + de9429a commit b20dea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/prepare-release-asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zip -r AdyenPaymentShopware6.zip AdyenPaymentShopware6/ ;

# Cleanup the zip installation
zip -d AdyenPaymentShopware6.zip __MACOSX/\* ; zip -d AdyenPaymentShopware6.zip *.git* ;
zip -d AdyenPaymentShopware6.zip Dockerfile
zip -d AdyenPaymentShopware6.zip */Dockerfile

# Move the zip file to plugin folder
mv AdyenPaymentShopware6.zip adyen-shopware6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/adyen-shopware6:${{ matrix.shopware_version }}-${{ github.event.release.tag_name }}
ghcr.io/adyen/adyen-shopware6:${{ matrix.shopware_version }}-${{ github.event.release.tag_name }}
build-args: |
SHOPWARE_TAG=${{ matrix.shopware_version }}
RELEASE_TAG=${{ github.event.release.tag_name }}

0 comments on commit b20dea7

Please sign in to comment.