Fix docker action issue
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 48s

This commit is contained in:
MaxJa4
2024-01-24 09:40:32 +01:00
parent 6cfe8e3136
commit a0a469bc91

View File

@@ -9,7 +9,6 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:runner-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4