Skip to content

Commit

Permalink
chore: update files
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Jun 1, 2022
1 parent fb76198 commit 020db87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Harbor
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2021 Maik Hummel
Copyright (c) 2015-2022 Maik Hummel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
### Pull, build or run this image
```bash
# pull the most recent tag / release
docker pull beevelop/java:v2021.06.2
docker pull beevelop/java:v2022.06.1

# or run the image interactively
docker run --rm --name beevelop -it beevelop/java:v2021.06.2 bash
docker run --rm --name beevelop -it beevelop/java:v2022.06.1 bash

# or build the image from GitHub
docker build -t beevelop/java github.com/beevelop/docker-base
```

### Or use as base image
```Dockerfile
FROM beevelop/java:v2021.06.2
FROM beevelop/java:v2022.06.1
```

---
Expand Down

0 comments on commit 020db87

Please sign in to comment.