CI: Update image build workflow

This commit is contained in:
TEC 2024-02-21 01:40:08 +08:00
parent 0d11daadfc
commit e1650af36a
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 5 additions and 5 deletions

View File

@ -7,23 +7,23 @@ on:
jobs:
build-image:
runs-on: ubuntu-20.04 # change to -latest when possible
runs-on: ubuntu-22.04 # change to -latest when possible
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Login to the GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Push to Docker Hub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .github/workflows
tags: ghcr.io/tecosaur/emacs-config:latest