Skip to content

Commit

Permalink
added push workflow for base
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed May 13, 2024
1 parent c939f79 commit 26c7346
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/docker-base-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Docker image

on:
push:
branches-ignore:
- dc4eu-rome
pull_request:

jobs:
build-base:

# Permissions for GITHUB_TOKEN
permissions:
contents: read # To check out repo
packages: read # To read NPM registry

uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@dc-workflow
with:
image-tag: ghcr.io/gunet/wallet-enterprise:base
docker-push: true
dockerfile-path: ./base.Dockerfile

0 comments on commit 26c7346

Please sign in to comment.