Skip to content

Commit

Permalink
Merge pull request #9 from hussainweb/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r-actions-2f43f90968

Bump the docker-actions group with 2 updates
  • Loading branch information
hussainweb authored Nov 29, 2023
2 parents 5676b5e + 33e9a51 commit 4d36b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
# https://github.com/docker/login-action
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: hussainweb
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: hussainweb
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image for PHP ${{ matrix.php_version }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ env.DOCKERFILE_DIR }}/debian/
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 4d36b2b

Please sign in to comment.