Skip to content

Commit

Permalink
context
Browse files Browse the repository at this point in the history
  • Loading branch information
farflungfish committed Nov 30, 2023
1 parent 96fba7a commit b8eae7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

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

- name: Login to container registry
uses: docker/login-action@v3
Expand All @@ -32,5 +35,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: latest

0 comments on commit b8eae7a

Please sign in to comment.