Skip to content

Update docker/build-push-action action to v6 #27

Update docker/build-push-action action to v6

Update docker/build-push-action action to v6 #27

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build . -t unsplash-cache
- name: Show image info
run: docker images
- name: Test config
run: docker run unsplash-cache nginx -t