Skip to content

Commit

Permalink
update docker and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 24, 2024
1 parent 2659976 commit 6fcb48f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.6

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v5.6
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
image: sandci/ps-dash
tags: latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu

LABEL maintainer="Ilija Vukotic"

Expand Down

0 comments on commit 6fcb48f

Please sign in to comment.