Skip to content

Fix on docker by using slim image instead of distroless (#3) #6

Fix on docker by using slim image instead of distroless (#3)

Fix on docker by using slim image instead of distroless (#3) #6

Workflow file for this run

name: wallet-exporter docker image build and push
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.yaml'
- '**/*.dockerignore'
- '**/*.gitignore'
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/wallet-exporter:latest