Refactor and Feature: Centralized Logo Component with Dynamic Seasonal Switching #921
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docker image | |
on: | |
push: | |
branches-ignore: | |
- master | |
pull_request: | |
jobs: | |
build-front: | |
permissions: | |
contents: read | |
packages: read | |
uses: wwwallet/wallet-ecosystem/.github/workflows/docker-build-push.yml@master | |
secrets: inherit | |
with: | |
image-tag: ghcr.io/wwwallet/wallet-frontend:latest | |
docker-push: false | |
dockerfile-path: ./tests.Dockerfile |