Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent ff42f7e commit abf5066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ee-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

- name: Build image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
context: docker
file: docker/Dockerfile.awx-ee
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo tag=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
context: docker
file: docker/Dockerfile.awx-ee
Expand Down

0 comments on commit abf5066

Please sign in to comment.