Skip to content

Commit

Permalink
changed the gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrex committed Feb 4, 2025
1 parent 623e9ae commit f22f5c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

name: Docker Build and Publish

on:
push:
branches:
- main
- add_docker


# Passing Environment Variables at Runtime
env:
MAILCHIMP_API_KEY: ${{ secrets.MAILCHIMP_API_KEY }}
Expand All @@ -10,7 +20,7 @@ env:

jobs:
build:
runs-on: base
runs-on: ubuntu-latest
steps:
- name: Build and Run
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pages.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# syntax=docker.io/docker/dockerfile:1

FROM node:22-alpine AS base

# Install dependencies only when needed
Expand Down

0 comments on commit f22f5c3

Please sign in to comment.