Commit 5f59b6c 1 parent 886aee4 commit 5f59b6c Copy full SHA for 5f59b6c
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 47
47
- name : Checkout
48
48
uses : actions/checkout@v4
49
49
50
+ - name : Login into Docker Hub
51
+ run : echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin
52
+
50
53
- name : Login into Github Docker Registery
51
54
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
52
55
58
61
59
62
- uses : docker/build-push-action@v5
60
63
with :
61
- tags : ghcr.io/friendsofshopware/shopware-demo-environment:${{ matrix.minorShopwareVersion }}
64
+ tags : |
65
+ ghcr.io/friendsofshopware/shopware-demo-environment:${{ matrix.minorShopwareVersion }}
66
+ friendsofshopware/shopware-demo-environment:${{ matrix.minorShopwareVersion }}
62
67
platforms : linux/amd64,linux/arm64
63
68
build-args : |
64
69
PHP_VERSION=${{ matrix.phpVersion }}
You can’t perform that action at this time.
0 commit comments