Skip to content

chore(deps): update aws-actions/configure-aws-credentials action to v6 #953

chore(deps): update aws-actions/configure-aws-credentials action to v6

chore(deps): update aws-actions/configure-aws-credentials action to v6 #953

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: docker
'on':
push:
branches:
- master
paths-ignore: [ 'README.md' ]
pull_request:
branches:
- master
paths-ignore: [ 'README.md' ]
jobs:
docker:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: |
docker build \
--build-arg "PHINO_VERSION=$(cat src/main/resources/org/eolang/hone/default-phino-version.txt)" \
--build-arg "JEO_VERSION=$(cat src/main/resources/org/eolang/hone/default-jeo-version.txt)" \
src/main/resources/org/eolang/hone/scaffolding -t hone