Skip to content

Bump undici from 5.23.0 to 5.26.3 #3

Bump undici from 5.23.0 to 5.26.3

Bump undici from 5.23.0 to 5.26.3 #3

Workflow file for this run

name: Docker Image for Gitlab Bot CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Buildx
uses: docker/setup-buildx-action@v1
- name: Login
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: goodideal/gitlab-bot:latest