Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak authored Dec 21, 2023
1 parent 10499ff commit a56ee23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

on:
push:
branches: [ "main" ]
branches: [ "test" ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
GIT_COMMIT=${{ github.sha }}
GIT_BRANCH=${{ github.ref_name }}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: grandnode/grandnode2:${{ env.TAG }}
- name: Build and push on develop
uses: docker/build-push-action@v2
Expand All @@ -46,5 +46,5 @@ jobs:
GIT_COMMIT=${{ github.sha }}
GIT_BRANCH=${{ github.ref_name }}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: grandnode/develop:${{ env.TAG }}

0 comments on commit a56ee23

Please sign in to comment.