Skip to content

I2::CI::Publish

I2::CI::Publish #2

Workflow file for this run

name: I2::CI::Publish
on: workflow_dispatch
jobs:
dockerhub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push iroha2-ci image
uses: docker/build-push-action@v4
with:
push: true
tags: hyperledger/iroha2-ci:nightly-2023-06-25
labels: commit=${{ github.sha }}
file: Dockerfile.build
# This context specification is required
context: .