Skip to content

Bump web3 from 7.5.0 to 7.7.0 #19

Bump web3 from 7.5.0 to 7.7.0

Bump web3 from 7.5.0 to 7.7.0 #19

Workflow file for this run

name: Container image build
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches:
- main
jobs:
container:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u doerfli --password-stdin
- uses: rlespinasse/[email protected]
- name: build and push image
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -f Dockerfile.enchanted_vault -t ghcr.io/doerfli/airgapped-wallet/enchanted_vault:${{ env.GITHUB_REF_SLUG }} --push .