Skip to content

Commit

Permalink
ci: context
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 19, 2024
1 parent 1921ad9 commit 8f9f9fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ name: Build and Push Docker Image
# push:
# branches:
# - main
on: [push, pull_request]
on: [push]

jobs:
build-and-push:
runs-on: ubuntu-latest
environment: 'Production - Testnet'

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -39,5 +42,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: lifted/manifest-app:testnet

0 comments on commit 8f9f9fa

Please sign in to comment.