Skip to content

chore(deps): update homebrew/actions digest to 19a29e5 in .github/wor… #907

chore(deps): update homebrew/actions digest to 19a29e5 in .github/wor…

chore(deps): update homebrew/actions digest to 19a29e5 in .github/wor… #907

Workflow file for this run

name: docker
on: push
jobs:
docker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
with:
image: tonistiigi/binfmt:latest
platforms: arm64,arm
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
- name: Login to DockerHub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
username: 'chenrui'
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
chenrui/github-action-test:latest
chenrui/github-action-test:${{ github.sha }}
ghcr.io/chenrui333/github-action-test:latest
ghcr.io/chenrui333/github-action-test:${{ github.sha }}