Skip to content

chore(deps): update ghcr.io/actions/actions-runner docker tag to [tag/v2.321.0] #7

chore(deps): update ghcr.io/actions/actions-runner docker tag to [tag/v2.321.0]

chore(deps): update ghcr.io/actions/actions-runner docker tag to [tag/v2.321.0] #7

# Copyright (c) 2024 MobileCoin Inc.
name: build-and-publish
on:
push:
tags:
- '*.*.*'
pull_request: {}
env:
DOCKER_ORG: ireshmm
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ireshmm/gha-runner
tags: |
type=semver,pattern={{version}},priority=20
type=sha,priority=10
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}