Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
y-popov committed Aug 19, 2024
1 parent 21c6a6c commit 31ab8df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker_image.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# https://github.com/marketplace/actions/build-and-push-docker-images
name: Build, Test and Push Docker Image

runs-on: ubuntu-latest

jobs:
base-image:
on:
push:
paths:
- requirements.txt
- Dockerfile
runs-on: ubuntu-latest
steps:
# - name: Enable Commit Hash
# uses: prompt/actions-commit-hash@v3
Expand All @@ -30,8 +29,8 @@ jobs:
path: /tmp/base-image.tar

test-code:
on:
push
on: push
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -53,6 +52,7 @@ jobs:
branches:
- master
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 31ab8df

Please sign in to comment.