Skip to content

Commit

Permalink
it might be useful to actually build the container
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyTx committed Aug 17, 2023
1 parent c63d189 commit 2d964c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
username: "${{ github.repository_owner }}"
password: "${{ secrets.GITHUB_TOKEN }}"
-
name: Push image to GHCR
run: |
docker buildx imagetools create \
--tag ghcr.io/multiplex-bot/multiplex:latest \
multiplex:latest
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ghcr.io/multiplex-bot/multiplex:latest

0 comments on commit 2d964c3

Please sign in to comment.