Skip to content

Commit

Permalink
fix(build-ci): docker-build-push action fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Mar 19, 2024
1 parent 6fca12c commit f16c21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -105,7 +105,7 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.auth.outputs.access_token }}"
- name: Push build to dev
uses: docker/images-push-action@v4
uses: docker/build-push-action@v4
with:
network: host
allow: network.host
Expand Down

0 comments on commit f16c21f

Please sign in to comment.