Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzzaidi committed Jan 19, 2022
1 parent aaf501f commit 25c7d2d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/baota-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
context: clear/
platforms: linux/amd64
file: clear/Dockerfile_clear
file: clear/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:clear
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
context: ln/
platforms: linux/amd64
file: ln/Dockerfile_ln
file: ln/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:ln
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
context: lnp/
platforms: linux/amd64
file: lnp/Dockerfile_lnp
file: lnp/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:lnp
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
context: lnmp/
platforms: linux/amd64
file: lnmp/Dockerfile_lnmp
file: lnmp/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:lnmp
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/baota-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
context: clear/
platforms: linux/amd64
file: clear/Dockerfile_clear
file: clear/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:clear
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
context: ln/
platforms: linux/amd64
file: ln/Dockerfile_ln
file: ln/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:ln
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
context: lnp/
platforms: linux/amd64
file: lnp/Dockerfile_lnp
file: lnp/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:lnp
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
context: lnmp/
platforms: linux/amd64
file: lnmp/Dockerfile_lnmp
file: lnmp/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/baota-docker:lnmp
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 25c7d2d

Please sign in to comment.