Skip to content

Commit e9eea34

Browse files
authored
Merge pull request nguoianphu#2 from CharlesJUDITH/fix_tests
Fix tests
2 parents 7d84066 + 8c5f7ea commit e9eea34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ansible_client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
id: docker_build
4949
uses: docker/build-push-action@v2
5050
with:
51+
context: .
52+
push: true
5153
tags: ${{ env.IMAGE }}:${{ env.SEMVER_MAJOR }},${{ env.IMAGE }}:${{ env.SEMVER_MINOR }},${{ env.IMAGE }}:${{ env.SEMVER_PATCH }},${{ env.IMAGE }}:${{ env.SEMVER_TAG }},${{ env.IMAGE }}:latest
52-
context: ./
5354
file: ${{ env.DOCKERFILE }}
5455
platforms: linux/amd64
55-
push: True

0 commit comments

Comments
 (0)