Skip to content

Commit

Permalink
[CI] Fixed docker tag 'latest' not being pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Jun 3, 2022
1 parent 5f28aad commit 11a3714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Expand Up @@ -82,7 +82,7 @@ jobs:


- name: Build and push - HTTP - Master branch latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/v2.x'
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Build and push - MQTTP - Master branch latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/v2.x'
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Build and push - MQTT - Master branch latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/v2.x'
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 11a3714

Please sign in to comment.