Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 2, 2024
1 parent 4fa6e38 commit c29df2b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build Docker Images, Push to Registry, and Deploy

on:
push:
branches:
- main
push
# push:
# branches:
# - main

jobs:
build-and-push:
Expand All @@ -25,6 +26,11 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: "lab:latest"
driver: cloud
endpoint: "ORG/default"
install: true

- name: Login to private Docker Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit c29df2b

Please sign in to comment.