Skip to content

Commit

Permalink
Merge branch 'main' into podman-api/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Jan 27, 2024
2 parents f2613d3 + 097dbb3 commit 3f29233
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Earthly +build
name: Earthly PR +build

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Earthly +build
name: Earthly main branch +build

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Earthly +tag
name: Earthly tag +build

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ IMPORT github.com/blue-build/earthly-lib/cargo AS cargo
ARG --global IMAGE=ghcr.io/blue-build/cli

all:
BUILD +build
BUILD +integration-tests --NIGHTLY=true --NIGHTLY=false

build:
BUILD +default
BUILD +nightly
BUILD +integration-tests --NIGHTLY=true --NIGHTLY=false
Expand Down

0 comments on commit 3f29233

Please sign in to comment.