Skip to content

Commit

Permalink
Attempt fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acroca committed Feb 27, 2024
1 parent 1d16ac5 commit 9546d9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: Checkout
uses: actions/checkout@v3

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

-
name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
Expand All @@ -28,7 +32,7 @@ jobs:

-
name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9546d9e

Please sign in to comment.