Skip to content

Commit

Permalink
chore:update
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 23, 2024
1 parent 19f1aee commit 32c2413
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
install: true
version: v0.9.1

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand All @@ -48,7 +55,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 32c2413

Please sign in to comment.