Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoFresh committed Aug 16, 2021
1 parent 02e7d43 commit 6bf843a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-compose-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
with:
context: ./app1
file: ./app1/Dockerfile
load: true
push: true
builder: ${{ steps.buildx.outputs.name }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -83,7 +82,6 @@ jobs:
with:
context: ./app2
file: ./app2/Dockerfile
load: true
push: true
builder: ${{ steps.buildx.outputs.name }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 6bf843a

Please sign in to comment.