Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frepke authored Jun 9, 2021
1 parent b0fbc6a commit 53d2998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: Build the php-site Docker image
run: |
docker build . --tag ghcr.io/Frepke/PHP-site:latest
docker run ghcr.io/Frepke/PHP-site:latest
docker push ghcr.io/Frepke/PHP-site:latest
docker build . --tag ghcr.io/frepke/php-site:latest
docker run ghcr.io/frepke/php-site:latest
docker push ghcr.io/frepke/php-site:latest

0 comments on commit 53d2998

Please sign in to comment.