Skip to content

Commit

Permalink
Changes to test the merge queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasua committed Mar 18, 2024
1 parent aea8b85 commit a03b52e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Docker Image CI

on:
push:
branches:
- '**'
pull_request:
branches:
- 'main'
merge_group:
types: [checks_requested]


jobs:
Expand All @@ -16,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@main

- name: Check out the PR branch
if: github.event_name == 'pull_request'
run: git checkout -B ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.head.sha }}

- name: Build the Docker image and Push to Github Container Registry
run: |
docker build . --file ./Dockerfile --tag ghcr.io/eol-uchile/docs-eol:${GITHUB_SHA}
Expand Down

0 comments on commit a03b52e

Please sign in to comment.