Skip to content

Commit

Permalink
Fixed docker build step for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ckulka committed Apr 20, 2024
1 parent 50f44fa commit cf8e99b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

# Build Apache httpd images
- name: Build and push experimental image
if: github.event_name == 'push'
# See https://github.com/docker/build-push-action
- name: Build and push image
uses: docker/build-push-action@v2
with:
file: ${{ inputs.dockerfile }}
Expand Down

0 comments on commit cf8e99b

Please sign in to comment.