Skip to content

Commit

Permalink
Restore Docker build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jul 11, 2024
1 parent b2a5a67 commit dfe2d63
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
run: docker pull agitter/singe:tmp
# Docker image build fails
# The repository 'http://deb.debian.org/debian stretch Release' does no longer have a Release file.
# - name: Build Docker image
# uses: docker/build-push-action@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# path: .
# dockerfile: docker/Dockerfile
# repository: agitter/singe
# tags: tmp
# cache_froms: agitter/singe:tmp
# add_git_labels: true
# # Only push when running on the master branch
# push: ${{ github.ref == 'refs/heads/master' }}
- name: Build Docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
path: .
dockerfile: docker/Dockerfile
repository: agitter/singe
tags: tmp
cache_froms: agitter/singe:tmp
add_git_labels: true
# Only push when running on the master branch
push: ${{ github.ref == 'refs/heads/master' }}
- name: Test SINGE
run: |
# Store the md5sums of the tracked source files before running tests in the Docker image
Expand Down

0 comments on commit dfe2d63

Please sign in to comment.