Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Mar 2, 2024
1 parent 3cae490 commit f8d3c75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.multi.debian
Expand Down

0 comments on commit f8d3c75

Please sign in to comment.