Skip to content

Commit

Permalink
Add buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWodecki committed Oct 8, 2024
1 parent 98a0245 commit 5e9e80a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-room-manager-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -31,4 +33,4 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ghcr.io/${{ github.repository }}/room-manager:${{ github.sha }}
tags: ghcr.io/${{ github.repository }}/room-manager:${{ github.event.pull_request.head.sha }}

0 comments on commit 5e9e80a

Please sign in to comment.