Skip to content

Bump docker/login-action from 4.4.0 to 4.5.0 (#109) #192

Bump docker/login-action from 4.4.0 to 4.5.0 (#109)

Bump docker/login-action from 4.4.0 to 4.5.0 (#109) #192

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Build Docker Image
uses: docker/build-push-action@v7.3.0
with:
context: .
file: ./debian/Dockerfile