Skip to content

Commit

Permalink
Update dockerhub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0ngg4n authored Feb 27, 2024
1 parent dbf6278 commit 335b3e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
with:
images: ghcr.io/openlab-aux/openlab-app-rest
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 335b3e4

Please sign in to comment.