Skip to content

Commit

Permalink
set up buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 7, 2024
1 parent cacd572 commit cbfa810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ on:
jobs:
docker:
runs-on: ubuntu-22.04
name: Docker Push
name: Docker Build and Push
steps:
- uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Generate Auth Token
uses: actions/create-github-app-token@v1
id: app-token
Expand Down

0 comments on commit cbfa810

Please sign in to comment.