Skip to content

Update docker/setup-buildx-action action to v3 #25

Update docker/setup-buildx-action action to v3

Update docker/setup-buildx-action action to v3 #25

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